Actions
Bug #18082
closedAll TS coming after [usergroup=*] condition not working
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-01-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Everything after
[usergroup=*]
page.50 = HTML
page.50.value = Example Content, is visible
[global]
page.55 = HTML
page.55.value = This is not visible
all TS coming from now on is not parsed by TS-Parser. The condition itself is working, but after [global] nothing works. It's interesting, that in the Template Analyzer, the code after [global] is visible.
If you take [usergroup=1] or [usergroup=1,15 ....] then it works. It seams, that only [usergroup=*] with a * does confuses the parser...
(issue imported from #M7328)
Actions