stable
Clone or download
Read-only
Merge commit 'refs/changes/38/14938/1' of ssh://gerrit.tuleap.net:29418/tuleap
* ssh://gerrit.tuleap.net:29418/tuleap: request #13374: REST API GET /artifacts/{id}/linked_artifacts does not return the representation of the linked artifacts Change-Id: Ibada79525efe0f622da62ac07edca6667c6d6113
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/REST/v1/ArtifactsResource.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php | +1 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/CustomColumn/ValueFormatter.php | +1 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php | +3 | −1 | Go to diff View file |
A | plugins/tracker/tests/rest/Artifacts/LinkedArtifactsTest.php | +90 | −0 | Go to diff View file |
A | plugins/tracker/tests/rest/_fixtures/LinkedArtifacts/project.xml | +70 | −0 | Go to diff View file |
A | plugins/tracker/tests/rest/_fixtures/LinkedArtifacts/user_map.csv | +1 | −0 | Go to diff View file |
A | plugins/tracker/tests/rest/_fixtures/LinkedArtifacts/users.xml | +10 | −0 | Go to diff View file |