stable
Clone or download
Read-only
part of: story #12453 Update document modal for existing items How to test: --> An update modal opens and contains a ckeditor displaying the cureent content of the embedded file. --> you can submit to update the embedded file Change-Id: Iea216816e55285b70d296fc927f8c7b3da88c938
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 | +28 | −0 | Go to diff View file |
M | plugins/document/scripts/document/app.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.vue | +36 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/NewItem/NewFolderModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/NewItem/NewItemModal.vue | +5 | −5 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/NewItem/Property/EmbeddedProperties.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/NewItem/Property/FileProperties.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/NewItem/Property/GlobalProperties.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/NewItem/Property/LinkProperties.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/NewItem/Property/PropertyDescription.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/NewItem/Property/PropertyTitle.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/NewItem/Property/WikiProperties.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/UpdateItem/FileUpdateProperties.spec.js | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/UpdateItem/FileUpdateProperties.vue | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/UpdateItem/UpdateButton.vue | +15 | −3 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/UpdateItem/UpdateEmbeddedFileModal.vue | +129 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/UpdateItem/UpdateFileModal.vue | +11 | −12 | Go to diff View file |
M | plugins/document/scripts/document/po/fr.po | +6 | −3 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +20 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.spec.js | +54 | −3 | Go to diff View file |