Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Twill index table columns #656

Closed

Conversation

zachgarwood
Copy link
Member

No description provided.

zachgarwood and others added 30 commits January 13, 2025 12:39
Since the Twill 3 upgrade script already uses rector to automate simple
changes, we should continue to use it to make our own custom changes

- install rector as a dev dependency
- create script for updating type compatibility
The exact command was:
./vendor/bin/rector process --clear-cache
--config=scripts/rector/twill-3-upgrade-type-compatibility.php
@zachgarwood zachgarwood self-assigned this Jan 14, 2025

// WEB-1963: Browser for nested modules must be implemented manually
Route::get('/digitalPublicationsBrowser/articles/browser?digitalPublication={digitalPublication}', [DigitalPublicationArticleController::class, 'browser'])->name('collection.articles_publications.digitalPublications.articles.subbrowser');
Route::get('/digitalPublicationsBrowser/articles/browser', [DigitalPublicationArticleController::class, 'browser'])->name('collection.articles_publications.digitalPublications.articles.browserbrowser');
Route::get('/digitalPublicationsBrowser/articles/browser', [DigitalPublicationArticleController::class, 'browser'])->name('collection.articles_publications.digitalPublications.articles.browser');
});
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nikhiltri this is the only change I didn't recognize from your merge conflict resolutions. Either the reference to this route name needs to be update, or this needs to be reverted.

@zachgarwood zachgarwood changed the base branch from develop to feature/twill-upgrade January 16, 2025 21:04
@zachgarwood zachgarwood force-pushed the feature/twill-upgrade branch from ad710ef to 73d5369 Compare January 16, 2025 21:30
@nikhiltri nikhiltri force-pushed the feature/twill-upgrade branch from 73d5369 to 6cea83e Compare January 17, 2025 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants