stable
Clone or download
Read-only
Part of story #24970 [modal] select type for links Throws an error instead of ignoring the error when we try to remove a reverse link which cannot be removed. Currently, only '_is_mirrored_' type is concerned To test you can try to remove a `is_mirrored` link type of an artifact from a Team project. Payload example: ``` { "values": [ { "field_id": 4428, "all_links": [ { "id": 160, "direction": "reverse", "type": "_is_child" } ] } ] } ``` Change-Id: Ibf41a32edf2e0f9f72c128c81d0d6ab60b65785f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/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/v1/ArtifactsResource.class.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Link/ArtifactUpdateHandler.php | +1 | −10 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Link/ArtifactUpdateHandlerTest.php | +0 | −23 | Go to diff View file |