dev

Forked from tuleap/dev

Clone or download

Read-only

Be able to have only Kanban in AD homepage

This task is part of story #7575 create a "new kanban" on AD homepage At least one option (scrum or kanban) must be selected. Change-Id: I49ae073118f6b6e77ce416600913a6d555d76257

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminPresenter.class.php +18 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +62 −16 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ConfigurationDao.class.php +13 −12 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ConfigurationManager.class.php +12 −6 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php +6 −1 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +7 −3 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +7 −3 Go to diff View file
M plugins/agiledashboard/templates/admin.mustache +18 −7 Go to diff View file
M plugins/agiledashboard/templates/home.mustache +5 −1 Go to diff View file
A plugins/agiledashboard/tests/include/AgileDashboard/AgileDashboardControllerTest.php +61 −0 Go to diff View file
M plugins/agiledashboard/www/themes/default/css/style.less +5 −1 Go to diff View file