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 wiki documents with the modal Change-Id: I183c8e2865a2e97c6014370a995e4377ba7b1931
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/REST/v1/DocmanFoldersResource.php | +47 | −0 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanItemCreator.php | +44 | −22 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanItemPOSTRepresentation.php | +1 | −5 | Go to diff View file |
A | plugins/docman/include/REST/v1/Folders/DocmanWikiPOSTRepresentation.php | +39 | −0 | Go to diff View file |
R | plugins/docman/include/REST/v1/WikiPropertiesPOSTRepresentation.php | Go to diff View file | ||
M | plugins/docman/phpunit/REST/v1/DocmanItemCreatorTest.php | +16 | −18 | Go to diff View file |
M | plugins/docman/tests/rest/Docman/DocmanItemsTest.php | +8 | −60 | 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 | +17 | −1 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.spec.js | +26 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +6 | −1 | Go to diff View file |