stable

Clone or download

Read-only

All types of documents can be moved between folders via the REST API

The existing routes PATCH /docman_<type>/:id are repurposed for this usage. Part of story #12456: Cut/Copy/paste items Change-Id: I1601c9cf116ec11aada13d00850a36ad93e9c247

Modified Files

Name
M plugins/docman/include/REST/v1/DocmanEmbeddedFilesResource.php +0 −15 Go to diff View file
M plugins/docman/include/REST/v1/DocmanEmptyDocumentsResource.php +52 −1 Go to diff View file
M plugins/docman/include/REST/v1/DocmanFilesResource.php +34 −49 Go to diff View file
M plugins/docman/include/REST/v1/DocmanLinksResource.php +29 −56 Go to diff View file
M plugins/docman/include/REST/v1/DocmanWikiResource.php +29 −49 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanEmbeddedTest.php +0 −2 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanEmptyTest.php +50 −1 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanFilesTest.php +29 −583 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanLinksTest.php +29 −367 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanWikiTest.php +31 −255 Go to diff View file
M plugins/docman/tests/rest/HardCodedMetadata/HardcodedMetadataTest.php +0 −218 Go to diff View file
M plugins/docman/tests/rest/Helper/DocmanFileDataBuild.php +4 −77 Go to diff View file
M plugins/docman/tests/rest/Helper/DocmanLinkDataBuild.php +4 −79 Go to diff View file
M plugins/docman/tests/rest/Helper/DocmanWikiDataBuild.php +4 −64 Go to diff View file