stable

Clone or download

Read-only

Add the Administration breadcrumb in Edit Planning and Import pages

Part of story #11189 have a smart bread crumb How to test: - In Scrum administration, when you go to the XML template import page or when you edit a Planning, then the "Administration" breadcrumb is shown - In AD Homepage, the "Administration" breadcrumb should not be shown Change-Id: Ic442249232bf0891686086d9e3c24aeb81ea72f4

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +13 −19 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/AdministrationCrumbBuilder.php +54 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +21 −12 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +4 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +16 −4 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/tests/AgileDashboardRouterTest.php +6 −4 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/AgileDashboardControllerTest.php +67 −22 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +20 −9 Go to diff View file