stable
Clone or download
Read-only
part of story #13008 Explode route POST docman_items How to test: You should not be able to use the old route anymore, it is completly removed from API explorer You should be able to create new links documents with the modal I'll update the deployement guide once this patch will be merged Change-Id: I8b887def70766b3a8b63bbdc438f425eb1cf6a2c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/REST/v1/DocmanFoldersResource.php | +53 | −4 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanItemCreator.php | +37 | −83 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanItemsResource.php | +18 | −87 | Go to diff View file |
R | plugins/docman/include/REST/v1/DocmanItemPOSTRepresentation.php | Go to diff View file | ||
R | plugins/docman/include/REST/v1/LinkPropertiesPOSTRepresentation.php | Go to diff View file | ||
M | plugins/docman/phpunit/REST/v1/DocmanItemCreatorTest.php | +16 | −21 | Go to diff View file |
M | plugins/docman/tests/rest/Docman/DocmanItemsTest.php | +0 | −49 | Go to diff View file |
M | plugins/docman/tests/rest/Docman/DocmanItemsTestFoldersTest.php | +24 | −0 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.js | +7 | −50 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.spec.js | +29 | −121 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +13 | −4 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.spec.js | +25 | −35 | Go to diff View file |