Actions
Bug #88513
closedNon-FQCN controllers should still be usable in Extbase
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
Start date:
2019-06-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
(1/1) #1316104317 TYPO3\CMS\Extbase\Mvc\Exception The default controller for extension "News" and plugin "Pi1" can not be determined. Please check for TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin() in your ext_localconf.php.
configured as
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( 'GeorgRinger.News', 'Pi1', [ 'News' => 'list,detail,selectedList,dateMenu,searchForm,searchResult', 'Category' => 'list', 'Tag' => 'list', ], [ 'News' => 'searchForm,searchResult', ] );
Which does not seem to be possible anymore since https://review.typo3.org/c/Packages/TYPO3.CMS/+/59566
Since the referenced issue is about "deprecation", it should provide a backward compatibility path without forcing users to upgrade. Otherwise it would be a "breaking" change.
Updated by Oliver Hader over 5 years ago
- Related to Task #87550: Use controller classes when registering plugins/modules added
Updated by Oliver Hader over 5 years ago
- Description updated (diff)
- Is Regression set to Yes
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 1 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/+/60906
Updated by Gerrit Code Review over 5 years ago
Patch set 2 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/+/60906
Updated by Anonymous over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e87eb75af542b9ebbd9c6eaeef99f76c9aeb9efb.
Actions