Bug #70314
closedFlexform fields of first sheet with displayCond and multiple sheets will not be displayed
100%
Description
Hello Core-Team,
I have a FlexForm with two sheets.
First sheet has some fields with a given displayCond to another field which as also on first page.
I have checked it multiple times, the values are equal, but the field will not be displayed.
The problem is in EvaluateDisplayConditions::removeFlexformFields()
On first loop over the first sheet, the $result is OK.
On second loop over the second sheet, it has only the field values of second sheet, but it validates the displayConds of first sheet again. With no data for first sheet all conditions of first sheet will now be FALSE.
We have to stop the duplicated validation.
I have an idea where to solve that and will push a patch now.
Stefan
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43744
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43744
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43744
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43744
Updated by Stefan Froemken about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 00f5c62a9e001402cf232a8b7d0bded516c9d1b8.
Updated by Philipp Wrann almost 9 years ago
It seems this is not resolved, i have a flexform displaying 3 sheets and displayConditions do only work on the first sheet.
If i move all displayConditions to another sheet than the first they will not work.
Typo3 Version = 7.6 (LTS)
Updated by Christian Fries almost 8 years ago
Agreed, display conditions for fields that are not on the first sheet don't work. If I move the fields to the first sheet, the exact same display conditions work.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed