stable

Clone or download

Read-only

Rename metadata into property in properties-helpers folder

part of request #18402 Convert document plugin into typescript No functional changes: On your root foler you can define custom metadata When you create new elements inside, the element will inherit from parent Store and rest-querier will be renamed later Change-Id: I94d1b36532d242e9e2d0a3f7b56a5feeadbcc781

Modified Files

Name
M plugins/document/scripts/document/api/metadata-rest-querier.ts +8 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/CustomMetadata/CustomMetadataDate.test.ts +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/CustomMetadata/CustomMetadataDate.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/CustomMetadata/CustomMetadataListSingleValue.test.ts +7 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/CustomMetadata/CustomMetadataListSingleValue.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/CustomMetadata/CustomMetadataString.test.ts +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/CustomMetadata/CustomMetadataString.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/CustomMetadata/CustomMetadataText.test.ts +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/CustomMetadata/CustomMetadataText.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/MetadataForCreate/StatusMetadataWithCustomBindingForDocumentCreate.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/MetadataForCreate/StatusMetadataWithCustomBindingForFolderCreate.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewFolderModal.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewItemModal.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateMetadata/StatusMetadataWithCustomBindingForDocumentUpdate.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateMetadata/StatusMetadataWithCustomBindingForFolderUpdate.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateMetadata/UpdateFolderMetadataModal.vue +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateMetadata/UpdateMetadataModal.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/creation-data-transformatter-helper.test.ts +60 −60 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/creation-data-transformatter-helper.ts +38 −37 Go to diff View file
R plugins/document/scripts/document/helpers/properties-helpers/custom-metadata-helper.test.ts Go to diff View file
R plugins/document/scripts/document/helpers/properties-helpers/custom-metadata-helper.ts Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/hardcoded-metadata-mapping-helper.test.ts +9 −9 Go to diff View file
R plugins/document/scripts/document/helpers/properties-helpers/hardcoded-metadata-mapping-helper.ts Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/update-data-transformatter-helper.test.ts +97 −97 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/update-data-transformatter-helper.ts +31 −31 Go to diff View file
R plugins/document/scripts/document/helpers/properties-helpers/value-transformer/date-metadata-helper.test.ts Go to diff View file
R plugins/document/scripts/document/helpers/properties-helpers/value-transformer/date-metadata-helper.ts Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/value-transformer/list-value-helper.test.ts +32 −32 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/value-transformer/list-value-helper.ts +9 −9 Go to diff View file
R plugins/document/scripts/document/helpers/properties-helpers/value-transformer/status-metadata-helper.test.ts Go to diff View file
R plugins/document/scripts/document/helpers/properties-helpers/value-transformer/status-metadata-helper.ts Go to diff View file
M plugins/document/scripts/document/store/metadata/metadata-actions.test.ts +10 −10 Go to diff View file
M plugins/document/scripts/document/store/metadata/metadata-actions.ts +4 −4 Go to diff View file
M plugins/document/scripts/document/store/metadata/metadata-mutations.test.ts +3 −3 Go to diff View file
M plugins/document/scripts/document/store/metadata/metadata-mutations.ts +2 −2 Go to diff View file
M plugins/document/scripts/document/store/metadata/module.ts +3 −3 Go to diff View file
M plugins/document/scripts/document/type.ts +4 −4 Go to diff View file