stable

Clone or download

Read-only

In and Not In should be a valid operator but unsupported by any field

Part of story #10703 define a query with "people" fields How to test: - When you use "IN" or "NOT IN" comparisons, the error message changes Change-Id: I7c6827fb3fb864b9a892797620cdb4527f7e9494

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php +5 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/InvalidComparisonCollectorVisitor.php +27 −19 Go to diff View file
A plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/In/InComparisonChecker.php +39 −0 Go to diff View file
A plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/NotIn/NotInComparisonChecker.php +39 −0 Go to diff View file
M plugins/crosstracker/include/autoload.php +4 −2 Go to diff View file
M plugins/crosstracker/site-content/fr_FR/LC_MESSAGES/tuleap-crosstracker.po +1 −9 Go to diff View file
M plugins/crosstracker/site-content/tuleap-crosstracker.pot +0 −6 Go to diff View file