Actions
Bug #91193
closedCan't get access to GET-parameter in custom TypoScript condition when using routeEnhancers
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-04-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi.
I build a custom TypoScript condition. In matchCondition() I try to read and use the GET-parameter. It will work, until using a routeEnhancer. Only if the parameters are "visible" in the url, the parameters are "visible" in the custom condition class.
I am trying $GLOBALS['_GET'], $_GET and GeneralUtility::_GP ...
Why? A bug?
Thanks
Stephan
Actions