stable
Clone or download
Read-only
Currently in planning v2 interface, when a user is able to add a submilestone (e.g a release in the top backlog or a sprint in a release) via a dedicated button on top of the list of submilestones. This button opens a modal. The proposal of this contribution is to auto promote the submilestone tracker in the +New dropdown and to open the same modal than the button when user clicks on it (like it has been done for kanban interface). Part of story #16206: ยซ + New ยป button, better contextualisation Change-Id: I47ef57379f1066484f72693772d287466a36f217
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/HeaderOptionsProvider.php | +14 | โ6 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Planning/HeaderOptionsForPlanningProvider.php | +114 | โ0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +2 | โ2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouterBuilder.php | +18 | โ4 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneController.class.php | +2 | โ2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestoneController.class.php | +2 | โ2 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/planner-view/planner-view-component.js | +12 | โ0 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po | +5 | โ2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/HeaderOptionsProviderTest.php | +30 | โ14 | Go to diff View file |
A | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/HeaderOptionsForPlanningProviderTest.php | +240 | โ0 | Go to diff View file |
M | src/common/mvc2/Controller.class.php | +1 | โ1 | Go to diff View file |