stable

Clone or download

Read-only

Better contextualisation of +New for submilestones

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