Project

General

Profile

Actions

Bug #64323

closed

Argument "displayCond" not work into other "flux:form.sheet"

Added by Vasyl Mosiychuk over 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2015-01-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I have code:

[...]
<flux:form.sheet name="options1">
    <flux:field.checkbox name="checkbox1" default="1" requestUpdate="TRUE" />
    <flux:field.checkbox name="checkbox2" default="0" displayCond="FIELD:checkbox1:=:1" />
</flux:form.sheet>
<flux:form.sheet name="options2">
    <flux:field.input name="input1" displayCond="FIELD:checkbox1:=:1" />
    <flux:field.input name="input2" />
</flux:form.sheet>
[...]

Argument "displayCond" for field ""options2" -> "input1" not work into other group fields ""options1" -> "checkbox1""

What is that, error or ...???


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #42333: Flexform displayConditionRejected2012-10-24

Actions
Actions

Also available in: Atom PDF