stable

Clone or download

Read-only

GET V1 /projects/:id/backlog returns an empty collection in explicit mode

This is part of story #10143 add/remove backlog items in planning view When the project uses the explicit backlog mode (to set manually in the DB) then an empty collection is returned by REST. Change-Id: I0130eb000cf5bd98178286890105190203a28f3d

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/BacklogItem/PaginatedBacklogItemsRepresentationsBuilder.class.php +22 −5 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/ExplicitBacklogDao.php +45 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogFactory.class.php +5 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +2 −1 Go to diff View file
M plugins/agiledashboard/tests/rest/DataBuilder.php +15 −0 Go to diff View file
A plugins/agiledashboard/tests/rest/ExplicitBacklog/ExplicitBacklogTest.php +36 −0 Go to diff View file
M plugins/agiledashboard/tests/rest/TestBase.php +4 −0 Go to diff View file
A plugins/agiledashboard/tests/rest/_fixtures/explicit-backlog/project.xml +2389 −0 Go to diff View file
A plugins/agiledashboard/tests/rest/_fixtures/explicit-backlog/user_map.csv +1 −0 Go to diff View file
A plugins/agiledashboard/tests/rest/_fixtures/explicit-backlog/users.xml +10 −0 Go to diff View file