stable

Clone or download

Read-only

Error message not supported operators (<, between, …)

This is a part of story #8860 TQL for select box To test: If you search on list fields with <, >, <=, >=, between then you should have an error message saying "the operator isn't supported". Change-Id: I8d9729abb1aefc72751d7ac5de8041ab374e121a

Modified Files

Name
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/BetweenComparisonVisitor.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/GreaterThanComparisonVisitor.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/GreaterThanOrEqualComparisonVisitor.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/LesserThanComparisonVisitor.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/LesserThanOrEqualComparisonVisitor.php +3 −3 Go to diff View file