stable

Clone or download

Read-only

More explicit message when XTS keywords are used in Tracker Report

Part of story #39685 Order artifact according to a field Whenever an user use SELECT, ORDER BY etc... in the expert query of Tracker Report, a dedicted message is displayed How to test: - In a tracker report, write an expert query with SELECT (or other) => an error message is displayed which explain these kind of keyword are forbidden. Change-Id: Idd0b4160eb47e184d3dcc0aabe472a4fe618ec32

Modified Files

Name
M plugins/tracker/include/REST/v1/TrackersResource.class.php +3 −6 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/ExpertQueryValidator.php +22 −0 Go to diff View file
A plugins/tracker/include/Tracker/Report/Query/Advanced/SyntaxNotSupportedException.php +38 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +10 −16 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +7 −0 Go to diff View file
M plugins/tracker/site-content/pt_BR/LC_MESSAGES/tuleap-tracker.po +5 −0 Go to diff View file