-
Notifications
You must be signed in to change notification settings - Fork 5
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
WIP Twill index table columns #656
Conversation
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
|
||
// 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'); | ||
}); |
There was a problem hiding this comment.
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.
ad710ef
to
73d5369
Compare
Quality Gate passedIssues Measures |
73d5369
to
6cea83e
Compare
No description provided.