Actions
Bug #72413
closedconstants replacing in TSOB
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2015-12-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
tstemplate
Complexity:
Is Regression:
No
Sprint Focus:
Description
in TSOB you have three options for displaying constants (after you disable the option 'Crop lines'):
- Plain substitution (default)
- Substituted constants in green
- UN-substituted constants in green
so constants could be substituted up to ten levels the second option does only substitute one level.
constants
test1 = myvalue test2 = {$test1} with spaces
setup
lib { test = TEXT test.value = {$test2} } [global]
as the TSOB is for debugging it might be handsome to have the option to see all levels of substitution individually:
there might be another option for selecting the level of substitution.
also in this mode ('Substituted constants in green') there is no possibility to activate a condition which is based on a constant in this mode. (The condition is displayed like any other.)
constans
rootpid = 2
setup
[globalVar = TSFE:id = {$rootpid}] page.10 = TEXT page.10.value = this is the homepage [global]
Files
Actions