stable

Clone or download

Read-only

File field is now supported

Part of story #10323: search with TQL in attachments info In tracker ยป report ยป expert mode: `attachment = ''` For every comparison operators (=, !=, <, between, โ€ฆ), there is an error message saying that the attachment field is not supported for this operator, instead of saying that the field is not supported at all. Change-Id: I653f442f4a69195921983620b97f9c5a99aacfaa

Modified Files

Name
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/BetweenComparisonVisitor.php +1 โˆ’1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/EqualComparisonVisitor.php +3 โˆ’1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/GreaterThanComparisonVisitor.php +1 โˆ’1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/GreaterThanOrEqualComparisonVisitor.php +1 โˆ’1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/InComparisonVisitor.php +2 โˆ’2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/LesserThanComparisonVisitor.php +1 โˆ’1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/LesserThanOrEqualComparisonVisitor.php +1 โˆ’1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/NotEqualComparisonVisitor.php +3 โˆ’1 Go to diff View file