Actions
Bug #28526
closedUsing slide = -1 with stdWrap options on pidInList with CONTENT runs into an endless loop
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2011-07-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Test-Example:
lib.content.right = COA
lib.content.right {
10 < styles.content.getRight
10.select.pidInList.data = TSFE:id
10.slide = -1
}
Because the stdWrap parameters are not unset after the first run, the same parentPids are
selected for TSFE:id via getSlidePids() over and over again till the max execution time is reached.
Files
Actions