stable

Clone or download

Read-only

request #13726: Cleanup information given by the docman plugin in the REST route GET /project/:id

Some information related to the docman plugin are given in the key additional_information. This raise concern about the usability of the REST route since there is no way to know what will be present in additional_information and how it will be formatted. It also not nice for the performance of the REST route as we end up with information that is, most of the time not needed. This is a breaking change. However, it was mostly undocumented and users always needed to check if the information was present or not. Change-Id: I38aed3eea19a9a1dd5feed916af0554b7bd0e147

Modified Files

Name
M plugins/docman/include/docmanPlugin.class.php +0 −56 Go to diff View file
M plugins/docman/tests/rest/Helper/DocmanHardcodedMetadataExecutionHelper.php +5 −3 Go to diff View file
M plugins/docman/tests/rest/Helper/DocmanTestExecutionHelper.php +5 −3 Go to diff View file
M plugins/document/scripts/document/api/rest-querier.js +5 −3 Go to diff View file
M plugins/document/scripts/document/api/rest-querier.spec.js +15 −19 Go to diff View file
M plugins/document/scripts/document/store/actions.js +3 −3 Go to diff View file
M plugins/document/scripts/document/store/actions.spec.js +13 −15 Go to diff View file
M tests/rest/lib/RestBase.php +0 −2 Go to diff View file
M tests/rest/tests/ProjectTest.php +16 −11 Go to diff View file