stable

Clone or download

Read-only

feat: Allow to change perms of an artidoc

User can now change permissions of Artidoc document via the contextual menu of the item (in tree view, or in quick look). Part of story #37542: display a read only Document Change-Id: Ia966470010e158c38bace2ac2724dc4c88ab20f8

Modified Files

Name
M plugins/artidoc/tests/rest/Artidoc/ArtidocTest.php +82 −5 Go to diff View file
M plugins/docman/include/REST/v1/DocmanOtherTypeDocumentsResource.php +73 −0 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanOtherTypeTest.php +13 −2 Go to diff View file
M plugins/document/scripts/document/api/permissions-rest-querier.test.ts +15 −0 Go to diff View file
M plugins/document/scripts/document/api/permissions-rest-querier.ts +12 −0 Go to diff View file
M plugins/document/scripts/document/store/permissions/permissions-actions.test.ts +26 −0 Go to diff View file
M plugins/document/scripts/document/store/permissions/permissions-actions.ts +2 −0 Go to diff View file