stable
Clone or download
Read-only
part of story #12634 Add custom metadata in modal How to test: - update a folder: => you should be able to choose the recursivity options for its children => Each selected metadata in the update modal should be updated according to the recursion option. => The metadata selected are not updated Change-Id: I61a327a7fe28c127ddd74516a1488ac83fb76f0b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/api/rest-querier.js | +11 | −2 | Go to diff View file |
M | plugins/document/scripts/document/app.spec.js | +3 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadata.vue | +3 | −35 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadata.spec.js | Go to diff View file | ||
A | plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataComponentTypeRenderer.vue | +68 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForUpdate.spec.js | +284 | −41 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForUpdate.vue | +89 | −15 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/RecursionOptions.vue | +1 | −3 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateFolderMetadataModal.spec.js | +127 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateFolderMetadataModal.vue | +22 | −3 | Go to diff View file |
M | plugins/document/scripts/document/helpers/metadata-helpers/custom-metadata-helper.js | +4 | −0 | Go to diff View file |
M | plugins/document/scripts/document/helpers/metadata-helpers/custom-metadata-helper.spec.js | +3 | −0 | Go to diff View file |
M | plugins/document/scripts/document/helpers/metadata-helpers/data-transformatter-helper.js | +18 | −1 | Go to diff View file |
M | plugins/document/scripts/document/helpers/metadata-helpers/data-transformatter-helper.spec.js | +41 | −4 | Go to diff View file |
M | plugins/document/scripts/document/po/fr.po | +8 | −3 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +11 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.spec.js | +8 | −1 | Go to diff View file |