Project

General

Profile

Actions

Bug #82499

closed

displayCond - Problem with multiple conditions

Added by Stephan Bauer over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-09-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

This displayCond does not work in 8.7.6 but it works in 7.6:

            'displayCond' => [
                'AND' => [
                    'OR' => [
                        'FIELD:protocol:=:0',
                        'FIELD:protocol:=:2'
                    ],
                    'OR' => [
                        'FIELD:type:=:0',
                        'FIELD:type:=:1'
                    ]
                ]
            ],


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #90768: Flexform nested displayCondClosed2020-03-16

Actions
Actions

Also available in: Atom PDF