stable
Clone or download
Read-only
Keep column order when using GET /tracker_reports/:id/artifacts with values=from_table_renderer on a "session" report
The column orders was not preserved when getting the information from an unsaved report with the parameter with_unsaved_changes=true. The rank of the columns is now always preserved this way the cross trackers report document is consistent with the choices that has been made in the report. Closes request #31092: Add access to renderer's information Change-Id: I386f2e02b3b0ed0f2bc931199e8d524367af7932
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Report/Renderer/Table/UsedFieldsRetriever.php | +10 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Renderer/Table/UsedFieldsRetrieverTest.php | +5 | −2 | Go to diff View file |