Project

General

Profile

Actions

Feature #16665

closed

Enable stdWrap for HMENU.alwaysActivePIDlist

Added by Jan Runte over 17 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Communication
Target version:
-
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

0004427_v6.patch (829 Bytes) 0004427_v6.patch Administrator Admin, 2009-01-08 20:26

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #16666: add stdWrap to some TS-Configure VarsClosed2006-10-23

Actions
Actions #1

Updated by Steffen Kamper over 17 years ago

that is because of missing stdWrap for this var - so there is no dynamic possible (only uncomfortable way with TS Conditions)

Actions #2

Updated by Sebastian Busch about 17 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)

Actions #3

Updated by Dan Osipov over 15 years ago

Patch attached and posted in the core list.

Actions #4

Updated by Oliver Hader over 15 years ago

Committed to SVN Trunk (rev. 4669)

Actions

Also available in: Atom PDF