stable
Clone or download
Read-only
part of story #12634 Add custom metadata in modal How to reproduce: - have a multiple list value custom property => update folder multiple list value => error is thrown by REST How to test: for each modal: - new item / new folder / update item property / update folder property you should be able to set the values you want for multiple list Change-Id: I98ade16f87d41bac707aed16dc19ec26c474a828
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/app.spec.js | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataListMultipleValue.spec.js | +47 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataListMultipleValue.vue | +15 | −10 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForUpdate.spec.js | +84 | −141 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForUpdate.vue | +8 | −17 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForUpdate.spec.js | +63 | −70 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForUpdate.vue | +8 | −16 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderGlobalMetadataForUpdate.vue | +3 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewFolderModal.vue | +11 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewItemModal.vue | +11 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateFolderMetadataModal.spec.js | +37 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateFolderMetadataModal.vue | +24 | −2 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateMetadataModal.spec.js | +114 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateMetadataModal.vue | +29 | −2 | Go to diff View file |
M | plugins/document/scripts/document/helpers/metadata-helpers/data-transformatter-helper.js | +1 | −1 | Go to diff View file |