stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript How to test: create new version of file/link/wiki/embedded and keep lock => lock must be keep Please note it corrects an issue on master when you lock a wiki or a link while creating version, the quicklook and table row are not updated, with this patch they are Change-Id: I78fee78d1f62942b7a9bc969512ce07d8e5975e1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/DropDown/Lock/LockProperty.vue | +8 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/CreateNewVersionEmbeddedFileModal.test.js | +13 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/CreateNewVersionEmbeddedFileModal.vue | +5 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/CreateNewVersionFileModal.test.js | +13 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/CreateNewVersionFileModal.vue | +5 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/CreateNewVersionLinkModal.test.js | +13 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/CreateNewVersionLinkModal.vue | +5 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/CreateNewVersionWikiModal.vue | +9 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/FileVersionChangelogModal.test.js | +13 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/FileVersionChangelogModal.vue | +5 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/PropertiesForUpdate/ItemUpdateProperties.vue | +0 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.vue | +0 | −2 | Go to diff View file |
M | plugins/document/scripts/document/helpers/emitter.ts | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-update.test.ts | +11 | −3 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-update.ts | +4 | −0 | Go to diff View file |