Feature #46819
Support multiple display conditions in TCA
Status: | Closed | Start date: | 2013-03-31 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Francois Suter | % Done: | 100% |
|
Category: | - | |||
Target version: | 6.1.0 |
Description
http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Index.html
TCA reference
Section "columns"
Part "displayCond"
Single display conditions can be combined with boolean logic and nested, possible keys are OR and AND:
Example:
array( 'AND' => array( 'FIELD:testField:>:9', 'FIELD:testField:<:11', ), ),
Related issues
Associated revisions
[FEATURE] Document multiple displayCond
It is now possible to define multiple conditions, joined
by AND or OR operators.
Resolves: #46819
Releases: 6.1
Change-Id: Ifd6573c2dd5bbcf257765ae6b7f4d99452c9073a
Reviewed-on: https://review.typo3.org/20325
Reviewed-by: Francois Suter
Tested-by: Francois Suter
History
#1 Updated by Francois Suter over 2 years ago
- Target version set to 6.1.0
#2 Updated by Francois Suter over 2 years ago
- Status changed from New to Accepted
- Assigned To set to Francois Suter
#3 Updated by Gerrit Code Review over 2 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20325
#4 Updated by Gerrit Code Review over 2 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20325
#5 Updated by Francois Suter over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 42a7c91394eb92fbc11fd228a71febc2fdfe4c5b.
#6 Updated by Francois Suter over 2 years ago
- Status changed from Resolved to Closed