stable
Clone or download
Read-only
tracker_id implies project_id, therefore we do not need to store project_id alongside tracker_id in kanban configuration table. This task is part of story #7577 display a Kanban cardwall Change-Id: I44bd9a0550767ac6d73123deab261dd9054f811c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/db/install.sql | +0 | −1 | Go to diff View file |
A | plugins/agiledashboard/db/mysql/updates/2014/201412031051_remove_project_id_in_kanban_configuration.php | +47 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php | +19 | −16 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanFactory.class.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanManager.class.php | +2 | −2 | Go to diff View file |