stable

Clone or download

Read-only

REST route /projects/:id/milestones now return all artifacts without parent as top milestones

part of story #9857 see top backlog planning with mono-milestone Please test it with many artifacts to check performances. Change-Id: Iebc2f7f9a29d4f67c5b53aeba652a5ea48b28a7c

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneDao.class.php +54 −9 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningResource.class.php +3 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneFactory.class.php +25 −8 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +9 −1 Go to diff View file
M plugins/agiledashboard/tests/include/MilestoneFactoryTest.php +8 −2 Go to diff View file