stable

Forked from tuleap/stable

Clone or download

Read-only

story #8380: results of v1/milestones/:id/milestones and v1/projects/:id/milestones are now injected to the angular init() method

Change-Id: Ice4dc9e533b75ab41064d4a028aa581dd09f0089

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneRepresentationBuilder.class.php +39 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Milestone/PaginatedMilestonesRepresentations.class.php +44 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.class.php +6 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +14 −36 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php +20 −50 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +3 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php +14 −1 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 +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js +18 −2 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.spec.js +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning.spec.js +24 −4 Go to diff View file