Actions
Bug #86969
closedstdWrap ifEmpty/ifNull/ifBlank are evaluated even if content is there
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2018-11-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Take this as example (and imagine some heavy processing behind the COA object in ifEmpty):
page = PAGE page.10 = TEXT page.10.value = Hello world! page.10.ifEmpty = TEXT page.10.ifEmpty { cObject = COA cObject.1 = TEXT cObject.1.value = I should never cObject.2 = TEXT cObject.2.value = be seen }
The whole COA is processed and then discarded useless.
Actions