stable

Clone or download

Read-only

story #8251: take hierarchy type into account in hierarchy definition

Now when you go to the tracker -> admin -> hierarchy: * If you choose a tracker used by nothing, all others are available. * If you choose a tracker used by scrum or in a scrum hierarchy, all kanban trackers and their hierarchies are removed. * If you choose a tracker used by kanban or in a kanban hierarchy, all scrum trackers and their hierarchies are removed. Change-Id: I6e820326a408db39d2c8c8b1b34cbd1320992483

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/HierarchyChecker.php +77 −19 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +12 −5 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +12 −8 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/HierarchyCheckerTest.php +106 −4 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/Controller.class.php +4 −16 Go to diff View file
M plugins/tracker/include/constants.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/ControllerTest.php +1 −1 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +2 −2 Go to diff View file