stable
Clone or download
Read-only
Merge 'gerrit #15585' into stable/master
* commit '7bf3d20002': request #13690 improve document plugin coverage Change-Id: If929665b94ccf1e0513db3ce87a69316a2ac1913
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/app.spec.js | +9 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.spec.js | +21 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumbElement.vue | +1 | −6 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ActionsButton/DetailsItemButton.spec.js | +73 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsButton/DetailsItemButton.vue | +3 | −1 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ActionsButton/NewItemButton.spec.js | +76 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsButton/NewItemButton.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookButton.spec.js | +28 | −23 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookButton.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/CurrentFolderDropZone.spec.js | +86 | −12 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/CurrentFolderDropZone.vue | +6 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownButton.spec.js | +23 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/LockItem.spec.js | +17 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UnlockItem.spec.js | +21 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbedded.spec.js | +19 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FolderCellTitle.spec.js | +69 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FolderCellTitle.vue | +6 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCommon/ModalHeader.vue | +1 | −6 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionFileModal.vue | +1 | −1 | Go to diff View file |
A | plugins/document/scripts/document/store/actions-helpers/adjust-item-to-content-after-item-creation-in-folder.spec.js | +165 | −0 | Go to diff View file |
A | plugins/document/scripts/document/store/actions-helpers/build-parent-paths.spec.js | +54 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.spec.js | +181 | −0 | Go to diff View file |
R | plugins/document/scripts/document/store/error/error.getters.spec.js | Go to diff View file | ||
M | plugins/document/scripts/document/store/error/error-mutations.spec.js | +73 | −0 | Go to diff View file |