Project

General

Profile

Actions

Bug #80215

closed

using contains in query on property of group type doesn't work

Added by Jens Schendzielorz about 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extbase
Start date:
2017-03-09
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
On Location Sprint

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. :)
Actions #1

Updated by Susanne Moog about 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).

Actions #2

Updated by Morton Jonuschat about 7 years ago

  • Category set to Extbase
  • Target version changed from next-patchlevel to Candidate for patchlevel
Actions #3

Updated by Gerrit Code Review over 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/53993

Actions #4

Updated by Tymoteusz Motylewski over 6 years ago

  • Sprint Focus set to On Location Sprint
Actions #5

Updated by Gerrit Code Review over 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/53993

Actions #6

Updated by Gerrit Code Review over 6 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

Actions #7

Updated by Gerrit Code Review over 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/53993

Actions #8

Updated by Gerrit Code Review over 6 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

Actions #9

Updated by Gerrit Code Review over 6 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

Actions #10

Updated by Gerrit Code Review over 6 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

Actions #11

Updated by Gerrit Code Review over 6 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

Actions #12

Updated by Gerrit Code Review over 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/54057

Actions #13

Updated by Łukasz Uznański over 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #14

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF