stable
Clone or download
Read-only
This is a part of story #8860: TQL for select box To test: You can search on list fields bound to ugroups using the != 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: I23801bb2008c3f671064e30e0c4eb9fe033229ee
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/FromWhereNotEqualComparisonListFieldBindUgroupsBuilder.php | +65 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotEqualComparison/ForListBindUgroups.php | +69 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotEqualComparisonVisitor.php | +9 | −1 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −2 | Go to diff View file |