stable
Clone or download
Read-only
For now, the modal only links to the existing permissions update page. Part of story #12457: New document modal: permissions Change-Id: Iaa37dfdb179e8abf3cdac06122afc6f6acad493d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/app.spec.js | +3 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownCurrentFolder.vue | +3 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownDisplayedEmbedded.vue | +3 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.spec.js | +0 | −29 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.vue | +1 | −12 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenuTreeView.vue | +3 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownQuickLook.spec.js | +4 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownQuickLook.vue | +12 | −1 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/DropDown/UpdatePermissions.spec.js | +69 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/DropDown/UpdatePermissions.vue | +48 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.vue | +11 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.vue | +3 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateModal.spec.js | +50 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateModal.vue | +108 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookFolder.vue | +3 | −10 | Go to diff View file |
M | plugins/document/scripts/document/po/fr.po | +6 | −0 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_document.scss | +1 | −0 | Go to diff View file |
A | plugins/document/themes/BurningParrot/document/_permissions-update-modal.scss | +22 | −0 | Go to diff View file |