Bug #38448
Condition adminUser in pageTSconfig not working
| Status: | New | Start date: | 2012-06-28 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 6.0.1 | |||
| TYPO3 Version: | 6.0 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
Using adminUser in userTSconfig like
[adminUser = 1] options.pageTree.showPageIdWithTitle = 1 [end]
Condition not working if I'm logged in as admin.
Looking in t3lib/matchcondition/class.t3lib_matchcondition_backend.php $this->isUserLoggedIn() returns false cause $GLOBALS['BE_USER'] is empty.
Can sombody confirm this?
History
Updated by Helmut Hummel 4 months ago
- Target version changed from 6.0.0-alpha3 to 6.0.1