stable

Clone or download

Read-only

Checking that field values exists should ignore case

This is a part of story #8860: TQL for select box To test: Given you have 'Alpha' value defined in a list field - list_field = 'alpha' should work (case insensitive) - list_field != 'alpha' should work - list_field IN('alpha') should work - list_field NOT IN('alpha') should work Change-Id: Ic425f0dadf763823a26908ade6d40e3bc37d6744

Modified Files

Name
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/ListFields/ListFieldChecker.php +8 −2 Go to diff View file