stable
Clone or download
Read-only
Part of story #12443 Table: Minimal folder display When you navigate in a docman hierarchy with the new view, folder title should reflect what's inside the db, "Documents" should be kept for root folder only. Change-Id: Ic298e630fdddd9746a6f9358e4e2b305565d84dd
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/api/rest-querier.js | +7 | −1 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.spec.js | +24 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/ChildFolder.vue | +8 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/FolderView.vue | +8 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/RootFolder.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +13 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.spec.js | +56 | −8 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations.js | +18 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations.spec.js | +40 | −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 | +4 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/doc/resources/visual-assets/skeletons/example.html | +1 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_skeleton.scss | +30 | −2 | Go to diff View file |