stable
Clone or download
Read-only
part of story #13589 Update hardcoded metadata Add a new folder: the status should be in a dedicated "Default properties" section No functional changes, the aim of this patch is to move the status in the correct place in the modal In order to ease introduction of update metadata modal, and to keep my sanity I split the metadata in three different block: - metadata that are only used in document context - metadata that are used only in folder context - common metadata Change-Id: I730a238afe4d3d4855c2881fdb160d00bff7479e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/app.spec.js | +3 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DescriptionMetadata.vue | +15 | −17 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/DocumentGlobalMetadata.vue | +54 | −0 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceDateMetadata.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/Metadata/OtherInformationMetadata.spec.js | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/Metadata/OtherInformationMetadata.vue | Go to diff View file | ||
A | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForCreate.vue | +40 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderGlobalMetadata.vue | +53 | −0 | Go to diff View file |
D | plugins/document/scripts/document/components/Folder/Metadata/GlobalMetadata.spec.js | +0 | −198 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/Metadata/StatusMetadataWithCustomBinding.spec.js | +99 | −0 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/Metadata/GlobalMetadata.vue | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewFolderModal.vue | +4 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewItemModal.vue | +5 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateFolderMetadataModal.vue | +5 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateMetadataModal.vue | +5 | −5 | Go to diff View file |
M | plugins/document/scripts/document/po/fr.po | +10 | −0 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_metadata.scss | +4 | −0 | Go to diff View file |