stable

Clone or download

Read-only

Fold/Unfold the folders

Part of story #12445 - Table: expand/collapse How to test: - Click on the caret next to a folder --> Its children are loaded --> A spinner is displayed in place of the folder icon --> fa-folder-open is displayed instead of the spinner once the loading done. --> The children are displayed below and are well indented. Expected behavior: - When a folder is folded, all its children are hidden - When a folder is folded, and the user wants to fold it's parent folder, then this folder will be still folded when the user unfolds it's parent folder. Change-Id: Id40bb783b5b1dc1ba48326d45cfdd30c90962105

Modified Files

Name
M plugins/docman/include/REST/v1/ItemRepresentation.php +10 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContentRow.vue +16 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/DocumentCellTitle.vue +2 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.vue +1 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FolderCellTitle.vue +49 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/LinkCellTitle.vue +1 −0 Go to diff View file
M plugins/document/scripts/document/store/actions.js +11 −1 Go to diff View file
M plugins/document/scripts/document/store/mutations.js +55 −1 Go to diff View file
M plugins/document/scripts/document/store/mutations.spec.js +105 −0 Go to diff View file
M plugins/document/scripts/document/store/state.js +3 −1 Go to diff View file
M plugins/document/themes/BurningParrot/document/_document.scss +13 −0 Go to diff View file