stable

Clone or download

Read-only

request #12351 Tracker XML import doesn't import field associated to a cardwall

Fix original issue. Take the opportunity to introduce a dedicated event for report from xml Change-Id: I9dc5fa55cb21798314079c611625b68136149f2f

Modified Files

Name
M plugins/cardwall/include/Cardwall_Renderer.class.php +51 −54 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.class.php +47 −18 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php +4 −4 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_ChartFactory.class.php +2 −3 Go to diff View file
M plugins/graphontrackersv5/include/graphontrackersv5Plugin.class.php +6 −17 Go to diff View file
A plugins/tracker/include/Tracker/Report/Renderer/ImportRendererFromXmlEvent.php +99 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer.class.php +3 −5 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_RendererFactory.class.php +12 −26 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php +3 −3 Go to diff View file