stable

Clone or download

Read-only

PATCH /milestones/:id/content with 'add' and 'remove'

Part of story #7511: PlanningV2 - Drag'nDrop backlog items Change-Id: I3e9b7b3c6cf7059db0741bdcad260fc3c4a9a3ae

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactDoesNotExistException.class.php +1 −1 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactIsNotInMilestoneContentException.class.php +29 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneContentUpdater.class.php +0 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +34 −10 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php +29 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/OrderRepresentation.php +13 −7 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/REST/v1/MilestoneResourceValidatorTestPHP53.php +94 −0 Go to diff View file
M plugins/tests/include/simpletest/mock_objects.php +23 −3 Go to diff View file
M tests/rest/MilestonesBacklogPatchTest.php +51 −3 Go to diff View file