Bug #21447
Constants from INCLUDE_TYPOSCRIPT not in Constant Editor
| Status: | Closed | Start date: | 2009-11-03 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.3 | Complexity: | ||
| PHP Version: | 5.2 | |||
| Votes: | 0 |
Description
Problem:
If you include constants into a TypoScript template "Constants" field using the <INCLUDE_TYPOSCRIPT ...> syntax, you will see them in the object browser, but not in the constant editor.
Reason:
The constant editor parses the constants differently than the object browser, as it only shows the constants of the currently selected template, and does not required the whole tree.
Solution:
The attached patch add the call to "procesIncludes" where necessary.
(issue imported from #M12457)
History
Updated by d.ros no-lastname-given 4 months ago
- Target version deleted (
0) - % Done changed from 0 to 100
Can be closed. Just made this with 6.0.1 and worked from core.
Updated by Stefan Galinski 3 months ago
- Status changed from New to Closed