stable

Clone or download

Read-only

Tracker reports are not imported correctly

Issue introduced by git #tuleap/stable/56dc87cf1c1f2489b4acfaff70d2b071dc8bbbbd. When doing a XML import, the reports being created are assigned a string with a random part as an ID. The field as been set as an integer only field which cause the string to be casted and result in a not correct import. Part of story #22568: have a structured document Change-Id: I144d9b7600faa10dd5d849bbb86cc0023006b22c

Modified Files

Name
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/ReportCriteriaDao.php +16 −4 Go to diff View file