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 users using user_name with the operator IN(). Change-Id: I5499beecde46eb1e2dc1cb2e08a952cc0bec7216
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/InComparisonVisitor.php | +13 | −8 | Go to diff View file |
R | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/InComparison/ForList.php | Go to diff View file | ||
A | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/InComparison/ForListBindUGroups.php | +44 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/InComparison/ForListBindUsers.php | +99 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/InComparisonVisitor.php | +25 | −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 | +14 | −7 | Go to diff View file |