stable
Clone or download
Read-only
* commit '7c724afade6908a443a85f881ce70f2cb22966d8': request #13892 On new UI, user without read permission can not request to admin, the possibility to see it Change-Id: I673bd6a47e5f3b239762652063876081b4013d5e
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/document/include/PermissionDeniedDocumentMailSender.php | +72 | −0 | Go to diff View file |
M | plugins/document/include/Tree/DocumentTreeController.php | +3 | −1 | Go to diff View file |
M | plugins/document/include/Tree/DocumentTreePresenter.php | +14 | −1 | Go to diff View file |
M | plugins/document/include/documentPlugin.php | +14 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/App.vue | +4 | −2 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/Error/ItemPermissionError.test.js | +44 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/ItemPermissionError.vue | +58 | −3 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/Error/__snapshots__/ItemPermissionError.test.js.snap | +97 | −0 | Go to diff View file |
M | plugins/document/scripts/document/index.js | +5 | −1 | Go to diff View file |
M | plugins/document/scripts/document/po/fr.po | +21 | −0 | Go to diff View file |
M | plugins/document/templates/document-tree.mustache | +2 | −0 | Go to diff View file |
M | src/common/Error/Error_PermissionDenied.class.php | +43 | −12 | Go to diff View file |