stable

Clone or download

Read-only

Clear the config when the report has been deleted or set to private

Part of story #11054 - have kanban widgets filtered by default How to test: - Ensure to have a filtered kanban widget on one of your dashboard - Edit the corresponding tracker report and set in to private --> The Kanban widget is not filtered anymore --> It does not have te name of the report in its header --> Its config in DB has been cleared - Set the report public again - Edit the widget and select the previous tracker report - Delete the tracker report --> The Kanban widget is not filtered anymore --> It does not have te name of the report in its header --> Its config in DB has been cleared Change-Id: I8084976c1141bf03d693b11ba747142ca28165c2

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanConfigDAO.php +10 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanConfigUpdater.php +6 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +22 −0 Go to diff View file
A plugins/tracker/include/Tracker/Report/Event/TrackerReportSetToPrivate.php +51 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +9 −2 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file