stable

Clone or download

Read-only

Rename current_folder_parents

Part of the story #12443 : Table: Minimal folder display My concern with "parents" is that it is excluding the current folder whereas the latter is part of the collection. I hope that with the new proposal, it will be less ambiguous, since current item is part of its hierarchy. Rename breadcrumbs action in order to be more high level (the hierarchy is used both for the breadcrumb and the title). Furthermore, no need to have two different loading flags for the same thing: remove is_loading_folder_title. No functional changes. Change-Id: I7a1dfb1cc3b9c536c1e0e653ecbf477a94fea272

Modified Files

Name
M plugins/document/scripts/document/components/ChildFolder.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/DocumentBreadcrumb.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContentRow.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/FolderView.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/RootFolder.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/store/actions.js +13 −13 Go to diff View file
M plugins/document/scripts/document/store/actions.spec.js +21 −28 Go to diff View file
M plugins/document/scripts/document/store/getters.js +6 −4 Go to diff View file
M plugins/document/scripts/document/store/getters.spec.js +2 −2 Go to diff View file
M plugins/document/scripts/document/store/mutations.js +15 −25 Go to diff View file
M plugins/document/scripts/document/store/mutations.spec.js +0 −24 Go to diff View file
M plugins/document/scripts/document/store/state.js +2 −3 Go to diff View file