stable

Clone or download

Read-only

story #8251: fix bug on kanban creation

when no tracker selected (appear when all trackers are disabled in selectbox), the creation process does not lead to a blank page anymore. button is now disabled if no tracker is available with a nice tooltip :). Change-Id: I09c9ae41e7b1a932268dd6af46c5273bd60125ab

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +10 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php +14 −0 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +2 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +2 −0 Go to diff View file
M plugins/agiledashboard/templates/home-kanban.mustache +6 −1 Go to diff View file
M plugins/agiledashboard/www/js/home.js +2 −0 Go to diff View file