stable
Clone or download
Read-only
part of: story #12453 Update document modal for existing items How to test: - You can update links in a modal Change-Id: I7099b80542ab368ea18ff1ca8f24243e9287e59a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/api/rest-querier.js | +25 | −0 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.spec.js | +27 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.vue | +4 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/UpdateItem/UpdateButton.spec.js | +11 | −10 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/UpdateItem/UpdateButton.vue | +3 | −5 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/UpdateItem/UpdateLinkModal.vue | +129 | −0 | Go to diff View file |
M | plugins/document/scripts/document/po/fr.po | +3 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +26 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.spec.js | +53 | −3 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations-upload.js | +7 | −1 | Go to diff View file |