Actions
Bug #71824
closedStory #69617: FormEngine bugs
displayCond FIELD can't operate on array values
Status:
Closed
Priority:
Should have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2015-11-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Records passed to the EvaluateDisplayConditions provider can contain array values, which can't be properly processed with the capabilities of FIELD.
I have two suggestions:- The array values should be converted back to scalar values (like comma separated lists) for this evaluation => backwards compatible.
- Operators are added that can handle array values (like COUNT or CONTAINS) => breaking change
I'll add an example extension in a moment.
Files
Updated by Sebastian Michaelsen about 9 years ago
- File bug_71824.zip bug_71824.zip added
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 https://review.typo3.org/45214
Updated by Morton Jonuschat about 9 years ago
- Assignee set to Morton Jonuschat
- Target version set to 7.6.1
Updated by Morton Jonuschat about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5ef971d12519fe1209711c9ee7b951d42fe757dd.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions