stable
Clone or download
Read-only
this is part of story #10703 define a query with "people" fields How to test: - Searching @last_update_by IN, NOT IN will correctly perform the query - Unsupported operators (<> BETWEEN) raise an error Change-Id: Iff785f2c740054ddf43a2813c8a3418d56b073c0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php | +10 | −0 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/InComparisonFromWhereBuilder.php | +13 | −3 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/NotInComparisonFromWhereBuilder.php | +13 | −3 | Go to diff View file |