Actions
Bug #21447
closedConstants from INCLUDE_TYPOSCRIPT not in Constant Editor
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-11-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Files
Updated by d.ros no-lastname-given almost 12 years 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.
Actions