stable
Clone or download
Read-only
request #28850 consistency is not guaranteed in tracker report query when a field is deleted
When a field is removed, then sql errors might occur for each part of sql building query we should ensure that field is effectively used How to reproduce a notice: - add a multiple select box in your report, and use its value to perform a search - add the report in project reports - delete the field - go back in your personnal report => a sql notice is displayed Change-Id: I9973f134141796f27b345c86e3ac726b2b06a9df
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.php | +3 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Alphanum.php | +4 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.php | +3 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.php | +8 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.php | +6 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.php | +6 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.php | +7 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.php | +6 | −0 | Go to diff View file |