Project

General

Profile

Actions

Feature #19163

open

Automatically execute nested USER_INT/COA_INT objects as regular USER/COA objects

Added by Oliver Hader over 15 years ago. Updated about 1 year ago.

Status:
Under Review
Priority:
Should have
Assignee:
Category:
TypoScript
Start date:
2008-07-28
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

Imagine you have the following situation in TypoScript:
10 = COA_INT
10 {
10 = COA_INT
10 {
10 = COA_INT
10 {
10 = TEXT
10.value = Test
}
}
}
The nestification of the COA_INT objects would result in recursing calls for each new level of that *_INT object. However, for the first occurence of COA_INT the caching for that object and nested objects is already disabled - thus it's not required to perform this task again.

(issue imported from #M9065)


Files

0009065.patch (2.17 KB) 0009065.patch Administrator Admin, 2008-07-28 15:42
Actions

Also available in: Atom PDF