stable
Clone or download
Read-only
This is part of story #11342 have a base REST route to move id, title, description Create the base for the REST route PATCH artifacts/:id. This route does nothing for now. A first check is done. User must be administrator of both trackers. Change-Id: I7719b340b1c9a06ab81438db759b04d9887e9de0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/REST/v1/ArtifactsResource.class.php | +57 | −2 | Go to diff View file |
A | plugins/tracker/include/REST/v1/MoveRepresentation.php | +30 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/REST/Header.class.php | +5 | −0 | Go to diff View file |
M | tests/rest/tests/ArtifactsTest.php | +46 | −26 | Go to diff View file |