stable

Clone or download

Read-only

Give a complete error feedback with all fields

This is a part of story #8858 query tracker with expressions To test: If you add several errors in your expert query they are all returned in the feedback. Change-Id: Ie74aeb929c6fbc2c1d5f52363a0a9db5498b451a

Modified Files

Name
R plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/Validator.php Go to diff View file
D plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/FieldDoesNotExistException.php +0 −27 Go to diff View file
D plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/FieldIsNotSupportedException.php +0 −27 Go to diff View file
A plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/InvalidFieldsCollection.php +91 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +38 −27 Go to diff View file
M plugins/tracker/include/autoload.php +4 −5 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +2 −2 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +2 −2 Go to diff View file
R plugins/tracker/tests/Tracker/Report/Query/Advanced/Grammar/ValidatorTest.php Go to diff View file