stable
Clone or download
Read-only
Part of story #12446 - Table: expand/collapse should be persistent How to test: - Open and close some folders in the hierarchy - Refresh the page --> Open folders have their content loaded Change-Id: Ida8f7e7080a6c0481537cabfbbf344bb9c7911fc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/api/rest-querier.js | +39 | −2 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.spec.js | +68 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/App.vue | +2 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FolderCellTitle.vue | +19 | −7 | Go to diff View file |
M | plugins/document/scripts/document/constants.js | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/index.js | +2 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +49 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.spec.js | +55 | −3 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations.js | +2 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/state.js | +1 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/mocks/index.js | +1 | −0 | Go to diff View file |