Actions
Bug #86229
closedSymfony expressions/conditions doesn't work in user-tsconfig
Start date:
2018-09-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Because of deprecations we want to switch from this working solution
[adminUser = 1] options.pageTree.showPageIdWithTitle = 1 [END]
to this new condition
[backend.user.isAdmin] options.pageTree.showPageIdWithTitle = 1 [END]
But in user-tsconfig the new expressions/conditions doesn't work, no error for that problem in logs.
TYPO3 9.4.0 (non-composer)
PHP 7.2
Actions