ReStructured Text InfrastructureTYPO3 CMS - What's Newwiki.typo3.orgTYPO3 CMS Documentation

Feature #46819

Support multiple display conditions in TCA

Added by Christian Kuhn over 2 years ago. Updated over 2 years ago.

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

related to Core - Feature #18211: Array of display conditions for TCA fields instead of 1 s... Resolved 2008-02-14

Associated revisions

Revision 42a7c913
Added by Francois Suter over 2 years ago

[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

#6 Updated by Francois Suter over 2 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF