Bug #68493
closedDisplayCond for sheets in flexforms should allow extbase parameters "settings."
100%
Description
In flexform there is a possiblity to add display condition on full sheets. However, this is not working on extbase settings parameters.
Example:
<displayCond>FIELD:sDEF.settings.grid:>:0</displayCond>
Result:
Is now stripped to FIELD:settings > 0
Expectation:
This should be FIELD:settings.grid > 0
Files
Updated by Gerrit Code Review over 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/41897
Updated by Gerrit Code Review over 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/41897
Updated by Gerrit Code Review over 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/41897
Updated by Gerrit Code Review over 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/41897
Updated by Gerrit Code Review over 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41897
Updated by Daniel Goerz over 9 years ago
- File flexform_1.0.0_201508102204.zip flexform_1.0.0_201508102204.zip added
- Target version set to 7.5
Test the patch:
- Install attached extension "flexform"
- Add the Flexform Plugin to any page
- Select 2 in the first sheet (settings.my.number)
Without the patch, nathing happens
With the patch, sheet 2 is displayed due to
<displayCond>FIELD:sDEF.settings.my.number:=:2</displayCond>
Updated by Gerrit Code Review over 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41897
Updated by Benjamin Serfhos over 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 8d361aa91107f524ae8c7c0711c80aa860ada221.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42496
Updated by Benjamin Serfhos over 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset cc27516dbc0440e738783cd593fdffc92a1cde6a.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed