stable

Forked from tuleap/stable

Clone or download

Read-only

story #8380: result of v1/milestones/:id is now injected to the angular init() method

Change-Id: I18fb8a5ec409d297edefa806f853a04bae2fffce

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneRepresentationBuilder.class.php +69 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.class.php +10 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +7 −24 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php +25 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php +8 −3 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/templates/pane-planning-v2.mustache +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-config.js +2 −10 Go to diff View file
D plugins/agiledashboard/www/js/planning-v2/src/app/app-main-controller.js +0 −23 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js +74 −58 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.spec.js +13 −17 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning.spec.js +26 −6 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app.js +0 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone-service.js +18 −18 Go to diff View file
D plugins/agiledashboard/www/js/planning-v2/src/app/shared-properties/shared-properties-service.js +0 −68 Go to diff View file
D plugins/agiledashboard/www/js/planning-v2/src/app/shared-properties/shared-properties.js +0 −3 Go to diff View file