Bug #80215
closedusing contains in query on property of group type doesn't work
100%
Description
I've a field which has the type 'group'. I don't use the MM relation and store the values comma seperated in a field of type text.
Now i will query data with a constraint like $query->contains('asdf', 'bar'). As a result i get the error message " Unsupported or non-existing property name "asdf" used in relation matching."
After some research using google i found an older issue describing the same problem regarding a field of type 'select'.
I searched for the line in typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapFactory.php and replaced
$columnConfiguration['type'] === 'select'
with
in_array($columnConfiguration['type'], array('select', 'group'))It would be nice if someone could contribute this to the next typo3 7.6 version. I don't now how i can contribute. :)
Updated by Susanne Moog over 7 years ago
To fix the "I don't know how to contribute"-part at least: Here's the guide https://docs.typo3.org/typo3cms/ContributionWorkflowGuide/ - if you have any questions join us on slack (typo3.slack.com // https://forger.typo3.org/slack).
Updated by Morton Jonuschat over 7 years ago
- Category set to Extbase
- Target version changed from next-patchlevel to Candidate for patchlevel
Updated by Gerrit Code Review about 7 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/53993
Updated by Tymoteusz Motylewski about 7 years ago
- Sprint Focus set to On Location Sprint
Updated by Gerrit Code Review about 7 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/53993
Updated by Gerrit Code Review about 7 years ago
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/54031
Updated by Gerrit Code Review about 7 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/53993
Updated by Gerrit Code Review about 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53993
Updated by Gerrit Code Review about 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53993
Updated by Gerrit Code Review about 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53993
Updated by Gerrit Code Review about 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53993
Updated by Gerrit Code Review about 7 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/54057
Updated by Łukasz Uznański about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d34522e54bde9ffe84ffeb97dc9509efb318e594.