stable
Clone or download
Read-only
This is a part of story #12443 Table: Minimal folder display How to test: - Navigate in Docman => breacrumb should refelct the navigation - Copy paste the url of folder anywhere in docman => breacrumb should refelct the navigation Change-Id: I9e3f34545c7ba4b02b368a75a0ad8a77ebd0ef2f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/api/rest-querier.js | +10 | −1 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.spec.js | +38 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/ChildFolder.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/DocumentBreadcrumb.vue | +21 | −9 | Go to diff View file |
A | plugins/document/scripts/document/components/DocumentBreadcrumbElement.vue | +42 | −0 | Go to diff View file |
M | plugins/document/scripts/document/router/index.js | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +21 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.spec.js | +111 | −4 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations.js | +21 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/state.js | +3 | −1 | Go to diff View file |