stable

Clone or download

Read-only

Empty string should be allowed in Equal and NotEqual

Part of story #10703 define a query with "people" fields How to test: - @submitted_by = '' should yield no results - @submitted_by != '' should return all artifacts - For both of these queries, before this patch an error was thrown Change-Id: I1860a7d76c18940e5d78ce41094347059ad20ef8

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/ListValueValidator.php +2 −0 Go to diff View file
A plugins/crosstracker/phpunit/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/ListValueValidatorTest.php +88 −0 Go to diff View file