stable
Clone or download
Read-only
part of story #10143 add/remove backlog items in planning view How to test: In a project with expilicit backlog enabled (forge table plugin_agiledashboard_planning_explicit_backlog_usage) In top backlog planning add a new Element => it's visible on add => it's not displayed on refresh => check table plugin_agiledashboard_planning_artifacts_explicit_backlog the artifact should be stored inside Add a new element in a sprint => no entry is added in plugin_agiledashboard_planning_artifacts_explicit_backlog Change-Id: I9346f8ee1a7a91d4f305785c7cdbd480b7627e6b
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/ArtifactsInExplicitBacklogDao.php | +38 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/MilestoneElementAdder.php | +53 | −45 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/MilestoneElementMover.php | +99 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php | +26 | −7 | Go to diff View file |
M | plugins/agiledashboard/phpunit/REST/v1/Milestone/MilestoneElementAdderTest.php | +57 | −47 | Go to diff View file |
A | plugins/agiledashboard/phpunit/REST/v1/Milestone/MilestoneElementMoverTest.php | +110 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/ExplicitBacklog/ExplicitBacklogTest.php | +15 | −1 | Go to diff View file |