stable

Clone or download

Read-only

Be able to update an empty document to a link document

This is a part of story #13208 create new version of empty document Only the link is implemented for now. The file and embedded file implementation will be done in their dedicated patch You can the patch via the new UI, you should be able to transform an empty document to a link document Change-Id: I0561cfefd9f24f80503105c161b23b7b3f8ed6a6

Modified Files

Name
M plugins/document/scripts/document/api/rest-querier.js +15 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionEmptyModal.spec.js +30 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionEmptyModal.vue +25 −3 Go to diff View file
M plugins/document/scripts/document/store/actions.js +54 −34 Go to diff View file
M plugins/document/scripts/document/store/actions.spec.js +102 −1 Go to diff View file
M plugins/document/scripts/document/store/mutations-upload.js +0 −1 Go to diff View file