Project

General

Profile

Actions

Feature #43133

closed

Integrate possibility to determine NULL values in TypoScript

Added by Oliver Hader over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Frontend
Target version:
Start date:
2012-11-20
Due date:
% Done:

100%

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

Description

Currently there's no possibility to handle NULL values in TypoScript. This is related to the feature "Add possibility to store NULL values (#41773)".

Examples:

  • (stdWrap).ifNull


10 = COA
10 {
field = description
stdWrap.ifNull = No description defined
}

  • (stdWrap).if.isNull


10 = COA
10 {
10 = TEXT
10 {
if.isNull.field = description
value = No description defined
}
}


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #41773: Add possibility to store NULL valuesClosed2012-10-09

Actions
Actions

Also available in: Atom PDF