stable
Clone or download
Read-only
story #13424 Be able to share a preview link How to test: Open preview of a document Open the url with an other browser => your are rediected on the document preview of it is open please test: - on general tree view - on a folder tree view url should always be consistent: -> on root_folder tree view uri is /plugin/document/<project_short_name/ -> on sub folder uri tree view is /plugin/document/<project_short_name/folder/<id> Change-Id: I8f114648d6a1eb93015b89d17703ea9bf8c5e33c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/app.spec.js | +3 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ChildFolder.spec.js | +107 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ChildFolder.vue | +27 | −7 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContent.spec.js | +110 | −64 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContent.vue | +36 | −12 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/RootFolder.spec.js | +83 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/RootFolder.vue | +7 | −1 | Go to diff View file |
M | plugins/document/scripts/document/router/index.js | +5 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +15 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.spec.js | +75 | −39 | Go to diff View file |
M | plugins/document/scripts/document/store/error/error-getters.js | +2 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/error/error-getters.spec.js | +15 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations-global.js | +6 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations-global.spec.js | +20 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/state.js | +2 | −1 | Go to diff View file |