stable

Clone or download

Read-only

Use a transaction at widget creation

For now, the widget and its config are created appart. They should be created in a transaction. Part of story #11054 - have kanban widgets filtered by default How to test: --> No functional change Change-Id: Ia356c346144c22fcb76137e45d5715cff74ecb15

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanCreator.php +4 −17 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanDao.php +74 −25 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanDeletor.php +9 −18 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +2 −4 Go to diff View file