Bug #88928
closedrouteEnhancers and GP conditions (TS) not working
0%
Description
Old style GP typoscript conditions are not working with TYPO3v9.5.8
https://github.com/georgringer/news/issues/848
There has been some work on the matter lately, but I do not see, if it addresses the problem.
https://forge.typo3.org/issues/88252
Maybe low prio as we want to get to Symphony conditions anyway... but maybe awful to get stuck at this point.
Updated by Henri Nathanson about 5 years ago
- Related to Bug #88252: Route Results are not available via TypoScript added
Updated by Chris W about 5 years ago
How can i use TS like this while using routeEnhancers?
..
if.isTrue.data = GP:tx_news_pi1|news
..
Updated by Henri Nathanson about 5 years ago
Chris W wrote:
How can i use TS like this while using routeEnhancers?
..
if.isTrue.data = GP:tx_news_pi1|news
..
Are you sure it is not working? The ticket is only about TS conditions.
Updated by Markus Klein over 4 years ago
- Related to Task #89176: Provide better way to traverse array in TS conditions added
Updated by Susanne Moog over 4 years ago
- Status changed from New to Needs Feedback
Please check if the documentation PR clears up the usage: https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-Typoscript/pull/278
when using route enhancers, GET params are not available (as they aren't part of the URL anymore) - however with https://forge.typo3.org/issues/88252 access of the page arguments object is possible which can be used as an replacement.
Updated by Georg Ringer over 4 years ago
- Status changed from Needs Feedback to Closed
closing the issue because solved