Actions
Bug #87542
closedExtbasePluginEnhancer does not work with skipDefaultArguments
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2019-01-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When I set config.tx_extbase.features.skipDefaultArguments = 1 in TypoScript, then the controller-parameter will not appear in the $parameters, when it's the default controller for the plugin. When applyControllerActionValues gets called, it overwrites the current action of the parameters-array with the default action.
Relevant code positions:
ExtbasePluginEnhancer.php#L117
ExtbasePluginEnhancer.php#L216
Actions