stable
Clone or download
Read-only
story #7511: PATCH /backlog_items/{id}/children should check items belong to {id}
Change-Id: Ib82076eb4fde668230c57bb974f907f92554fec6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php | +24 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +5 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/OrderValidator.class.php | +14 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/REST/v1/OrderValidatorTestPHP53.php | +9 | −0 | Go to diff View file |
M | tests/rest/BacklogItemsTest.php | +46 | −0 | Go to diff View file |
M | tests/rest/MilestonesBacklogPatchTest.php | +1 | −1 | Go to diff View file |