Bug #39448
getData level & current don't need key
| Status: | New | Start date: | 2012-08-01 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | TypoScript | |||
| Target version: | - | |||
| TYPO3 Version: | 4.7 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
The typoscript feature getData is implemented in class.tslib_content.php
The two keys level and current don't need a key to work. But the switch requires the key. So you can add a colon and a character for it to work, but this is a bit silly.