Actions
Feature #58978
closedController and action cannot be set when invoking extbase exts from TypoScript
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2014-05-21
Due date:
% Done:
0%
Estimated time:
0.00 h
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Remote Sprint
Description
RequestBuilder.php:loadDefaultValues make no use of Controller and Action settings that many people show in examples of invoking extbase exts from TypoScript such as in extension tw_googleanalytics:
plugin.tx_twgoogleanalytics { userFunc = tx_extbase_core_bootstrap->run vendorName = Tollwerk extensionName = TwGoogleanalytics pluginName = Googleanalytics controller = Googleanalytics action = track }
Actions