Actions
Bug #24031
closedSearching for users in usergroup impossible - class.t3lib_querygenerator.php
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-11-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
User A is in group: 2
User B is in group: 23,24,32
User C is in group: 2,3,5
Within the query-generator I can search for users which equals usergroup "2". But as result I get only User A and not User C who is also in usergroup 2.
When I search for usergroup "2" with option "contains", then I find all three Users. But User B is not in usergroup 2.
class.t3lib_querygenerator.php has no hook to extend these options
In my appended file I copied the original value of Arrayindex 66 in Arrayindex 1000
Both values (66 and 1001) works...but 66 is shorter.
(issue imported from #M16363)
Files
Actions