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 You should be able to create new embedded documents with the modal Change-Id: I364237918296ffc09f29841ec90f340e971fa6f2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/REST/v1/DocmanFoldersResource.php | +57 | −0 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanItemCreator.php | +39 | −23 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanItemPOSTRepresentation.php | +1 | −5 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanItemsResource.php | +1 | −6 | Go to diff View file |
A | plugins/docman/include/REST/v1/Folders/DocmanEmbeddedPOSTRepresentation.php | +39 | −0 | Go to diff View file |
R | plugins/docman/include/REST/v1/EmbeddedPropertiesPOSTRepresentation.php | Go to diff View file | ||
M | plugins/docman/phpunit/REST/v1/DocmanItemCreatorTest.php | +5 | −51 | 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 | +23 | −0 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.js | +16 | −40 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +6 | −1 | Go to diff View file |