Actions
Feature #16665
closedEnable stdWrap for HMENU.alwaysActivePIDlist
Start date:
2006-10-23
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
I would like to write
.alwaysActivePIDlist.dataWrap = {register:whatever},{whatever:itwillbe}
or
.alwaysActivePIDlist < tmp.WHATEVER
and so on.
It is misery unfortunate that I can set this variable dynamically in no way!
(issue imported from #M4427)
Files
Updated by Steffen Kamper about 18 years ago
that is because of missing stdWrap for this var - so there is no dynamic possible (only uncomfortable way with TS Conditions)
Updated by Sebastian Busch almost 18 years ago
As Steffen Kamper pointet out,
.alwaysActivePIDlist.dataWrap = {register:whatever},{whatever:itwillbe}
does'nt work because alwaysActivePIDlist doesn't get evaluated by a call to stdWrap()
And
.alwaysActivePIDlist < tmp.WHATEVER
does'nt work because that copies the ts definition, not the resulting value (the value gets evaluated later, this is the way typoscript works)
Updated by Dan Osipov almost 16 years ago
Patch attached and posted in the core list.
Actions