stable

Clone or download

Read-only

Better contextualisation of backlog trackers in AD

The backlog items of the current milestone are auto promoted in +New dropdown for all its panes: * Overview * PV2 * Cardwall * Taskboard * Test plan In addition, on pv2 pane, the backlog item promoted entries opens a modal instead of redirecting the user to the tracker. Part of story #16206: ยซ + New ยป button, better contextualisation Change-Id: I66a9b1be75a497989ff71fe2f593389e09922922

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Milestone/HeaderOptionsProvider.php +85 โˆ’2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Planning/HeaderOptionsForPlanningProvider.php +45 โˆ’8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +11 โˆ’1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +2 โˆ’1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-controller.js +17 โˆ’0 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/HeaderOptionsProviderTest.php +143 โˆ’1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/HeaderOptionsForPlanningProviderTest.php +37 โˆ’0 Go to diff View file
M plugins/taskboard/include/Routing/TaskboardController.php +30 โˆ’9 Go to diff View file
M plugins/taskboard/include/taskboardPlugin.php +47 โˆ’1 Go to diff View file
M plugins/testplan/include/TestPlanController.php +23 โˆ’3 Go to diff View file
M plugins/testplan/include/testplanPlugin.php +46 โˆ’0 Go to diff View file
M plugins/testplan/tests/unit/TestPlanControllerTest.php +5 โˆ’0 Go to diff View file