Bug #85274
closedUsing more than 2 parameter in displayCond with USER:
100%
Description
I'm using a displayCond with USER like this in tca:
'displayCond' => 'USER:MyVendor\\Fce\\DisplayCond\\FullsliderFlexformCondition->getFlexformValue:some:more:info'
Instead of creating an array from the three paras like:
array('some', 'more', 'info')with correct exploding the delimiter also on third parameter, the conditionParameters looks like the screen
array('some', 'more:info')
Are there any hints to use more than two parameters?
Files
Updated by Gerrit Code Review about 6 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 https://review.typo3.org/58412
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58412
Updated by Gerrit Code Review about 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58412
Updated by Gerrit Code Review about 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58767
Updated by Nicole Cordes about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f5b5585b24e417b3397bca7fc509c87e19fb71ab.