stable

Clone or download

Read-only

fix: Fatal error on some TQL queries

The following TQL queries should not produce a fatal error: * `status != ''` * `status != 'todo'` Part of story #32307: Search artifacts with/without children via TQL Change-Id: I5877e984c7dab7c6db28d7797683f9a603154356

Modified Files

Name
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/FromWhereEmptyNotEqualComparisonFieldBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/FromWhereNotEqualComparisonListFieldBindUgroupsBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/FromWhereNotEqualComparisonListFieldBuilder.php +1 −1 Go to diff View file
M plugins/tracker/tests/rest/TQL/TQLTest.php +2 −0 Go to diff View file