stable
Clone or download
part of story #13217 Display embedded content How to test: - access to an embedded document (click on it in tree view) with a docman writer => he should have action button and default action is update => update modal works as usual, displayed content is refreshed after update - access to an embedded document with a docman reader => he should have action button and default action is details Please also check that exiting drop down are not broken: - with reader/writer display tree view drop down (next quicklook button) - open an embedded document in preview mode => with writer default action is update => with reader defalut action is details with the |...|v| dropdown Change-Id: I33e1b3356fe80d61332450c12da704ef4828f610
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/app.spec.js | +2 | −1 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookGoToDocumentDetails.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/ActionsButton/UpdateButton.spec.js | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/ActionsButton/UpdateButton.vue | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/ActionsDropDown/DropdownButton.vue | +0 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsDropDown/DropdownMenu.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsDropDown/DropdownMenuForItemQuickLook.vue | +10 | −8 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDocumentActionButton.vue | +6 | −6 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.vue | +0 | −1 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ItemDisplay/ActionsHeader.spec.js | +73 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ItemDisplay/ActionsHeader.vue | +60 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.vue | +40 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewFolderModal.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewItemModal.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateItem/UpdateEmbeddedFileModal.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateItem/UpdateFileModal.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateItem/UpdateLinkModal.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateItem/UpdateWikiModal.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookEmptyOrEmbedded.vue | +11 | −4 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_headers.scss | +4 | −0 | Go to diff View file |