stable
Clone or download
Read-only
That way it will be easier to call it from `TrackerArtifactCreator` instead of `ArtifactCreator`. No functional changes. Part of request #36805: Kanban item not found when creating a card in Kanban Change-Id: I988dc344fa7f07fffdba438fadd61e994d2041e5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/kanban/include/Kanban/REST/v1/KanbanItemsResource.php | +1 | −1 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php | +1 | −1 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/ExecutionsResource.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ArtifactCreator.php | +9 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ArtifactsResource.class.php | +1 | −1 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/ArtifactDoesNotExistException.php | +27 | −0 | Go to diff View file |
R | plugins/tracker/include/REST/Artifact/AddReverseLinks.php | Go to diff View file | ||
A | plugins/tracker/include/Tracker/Artifact/Creation/FaultMapper.php | +51 | −0 | Go to diff View file |
R | plugins/tracker/include/REST/Artifact/ReverseLinksAdder.php | Go to diff View file | ||
A | plugins/tracker/include/Tracker/FormElement/ArtifactLinkFieldDoesNotExistException.php | +27 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Semantic/SemanticNotSupportedException.php | +27 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Artifact/ArtifactCreatorTest.php | +1 | −0 | Go to diff View file |
R | plugins/tracker/tests/unit/REST/Artifact/ReverseLinksAdderTest.php | Go to diff View file |