stable

Clone or download

Read-only

Introduce boolean flag in PV2 application to add a milestone

This is part of story #16124 [release management] ensure Aggregator release creation is possible No functional changes expected here. For now, the flag is always set to true. Change-Id: Ie605b2448252997a7dec4f00ac87a09915b8559e

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.class.php +17 −10 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php +6 −6 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php +4 −6 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/main-controller.js +3 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/planning-controller.js +11 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/planning-controller.test.js +42 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/planning.tpl.html +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/shared-properties/shared-properties-service.js +11 −0 Go to diff View file
M plugins/agiledashboard/templates/pane-planning-v2.mustache +1 −0 Go to diff View file