Actions
Bug #95914
closedExtbase controllers fetches TS from plugin path even if not desired
Start date:
2021-11-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Having a TypoScript
plugin.tx_felogin_login.settings.pages = 123 lib.loginBox = USER lib.loginBox { userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run extensionName = Felogin pluginName = Login # settings < plugin.tx_felogin_login.settings settings > settings.pages = 187 } page.20 < lib.loginBox
still shows pages
with 123
but should be 187
(related stackoverflow https://stackoverflow.com/questions/69886972/typo3-11-felogin-with-typoscript/69887466?noredirect=1#comment123539460_69887466)
Updated by Christian Kuhn over 2 years ago
- Status changed from Accepted to Needs Feedback
Unable to reproduce: When I copy the TS-snippet to a v11 extension template, page.20.settings.pages ends up 187 in the backend object browser.
what am i doing wrong?
Update: Ah, you're referring to extbase configuration management. did not check that. sorry for fuzz.
Updated by Christian Kuhn over 2 years ago
- Status changed from Needs Feedback to New
Actions