stable

Clone or download

Read-only

Have a better menu in quick look action bar for docman readers

part of: story #12451 Introduction of Dropdown(s) How to test: =========== Setup: ------ - Have a folder in which you are not allowed to write (docman reader permission) - Create every type of docman items in this folder with a user having docman writer permission) Verify the layout of the menu: ----------------------------- When I'm **docman reader** folders -> [...][v] files/images/links/wiki -> [Download] [...][v] empty/embedded -> [Details] [...][v] <- (The details entry should not appear in the dropdown) When I'm **docman writer** folders -> [New folder] [New document][v] files/images/links/wiki -> [Download] [Update][v] empty/embedded -> [Update][v] Change-Id: I5e1a073221251b30cb2ab87cbaaf91578708c8aa

Modified Files

Name
M plugins/document/scripts/document/components/Folder/Dropdown/DropdownButton.vue +9 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/Dropdown/DropdownMenu.vue +4 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentActionButton.vue +23 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookEmptyOrEmbedded.vue +9 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookFolder.vue +14 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGoToDocumentDetails.vue +1 −1 Go to diff View file