dev

Forked from tuleap/dev

Clone or download

Read-only

A tracker used in Kanban cannot be used in hierarchy

Part of story #7577 display a Kanban cardwall Change-Id: I6dc6da9a3ceb808670d60291139ba05663c3ba5b

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanManager.class.php +27 −4 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +11 −3 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/Controller.class.php +50 −5 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/Presenter.class.php +37 −7 Go to diff View file
M plugins/tracker/include/constants.php +9 −0 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +1 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +1 −0 Go to diff View file
M plugins/tracker/templates/admin-hierarchy.mustache +18 −3 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/ControllerTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/PresenterTest.php +1 −1 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +1 −1 Go to diff View file