stable

Clone or download

Read-only

group IN('Project Members')

This is a part of story #8860: TQL for select box To test: You can search on list fields bound to ugroups using the IN() operator: - for static ugroups, using their name (case insensitive) - for dynamic ugroups, only Project members and Project administrators are supported. You can only use the translated label of the ugroup, e.g. 'Project members' (case insensitive). Change-Id: Idc96ea5bdb42736b5e2b2a0f3d0032c00f7bc151

Modified Files

Name
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/InComparison/ForListBindUGroups.php +57 −5 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/InComparisonVisitor.php +9 −1 Go to diff View file
R plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilderTest.php Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/UgroupLabelConverterTest.php +1 −0 Go to diff View file