Task #89463
closedEpic #88528: Remove switchable controller action functionality
Deprecate switchable controller actions
Added by Alexander Schnitzler about 5 years ago. Updated over 4 years ago.
100%
Updated by Gerrit Code Review about 5 years ago
- Status changed from New to Under Review
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61511
Updated by Gerrit Code Review about 5 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61511
Updated by Gerrit Code Review about 5 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61511
Updated by Gerrit Code Review about 5 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61511
Updated by Gerrit Code Review about 5 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61511
Updated by Gerrit Code Review almost 5 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61511
Updated by Gerrit Code Review almost 5 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61511
Updated by Gerrit Code Review almost 5 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61511
Updated by Anonymous almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4ab765f2a76ccb2a515a8274ee5abfc976eac281.
Updated by Chris Müller almost 5 years ago
- Related to Bug #89922: Correct code-block directive added
Updated by Benni Mack almost 5 years ago
- Status changed from Resolved to Closed
Updated by Dmitry Dulepov over 4 years ago
Suppose we have a news plugin with 12 custom display modes. This is a real life scenario. Currently the plugin uses switchableControllerActions. This deprecation means that instead of having one plugin with 12 selectable modes we now need 12 separate plugins, right? Does that really sounds well thought and reasonable to have a plugin selector go beyond horizon vertically?
Updated by Raphael Zschorsch over 4 years ago
I must say, I agree with @Dmitry Dulepov here. A custom plugin for each view of each extension could potentially result in around 20-30 plugins in the content element selector, and I imagine this would be quite confusing for editors and admins alike.
Updated by Alexander Schnitzler over 4 years ago
Please have a look at my post, explaining a few things in detail:
https://gist.github.com/alexanderschnitzler/c685218feea1a8956cc3f915f7a08d0b
TLDR;
No, you don't need to create a single plugin for each controller/action combination, only for those entrypoints where controller and action params should be hidden in the url.
Updated by Christian Kuhn almost 3 years ago
- Related to Task #96282: Remove extbase switchable controller actions added
Updated by Chris Müller over 2 years ago
- Related to Task #97523: Adjust removal version of switchable controller actions added