stable

Clone or download

Read-only

assigned_to NOT IN ("jdoe", "jrem")

This is a part of story #8860 TQL for select box To test: You can search on list fields bound to users using user_name with the operator NOT IN(). Change-Id: I88bad6a078c5fdc951c191d394f96f853a2ad115

Modified Files

Name
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/NotInComparisonVisitor.php +5 −1 Go to diff View file
R plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotInComparison/ForList.php Go to diff View file
A plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotInComparison/ForListBindUGroups.php +42 −0 Go to diff View file
A plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotInComparison/ForListBindUsers.php +101 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotInComparisonVisitor.php +29 −7 Go to diff View file
M plugins/tracker/include/autoload.php +5 −3 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilderTest.php +11 −4 Go to diff View file