stable

Clone or download

Read-only

Convert AlwaysThereProperties into typescript

part of request #18402 Convert document plugin into typescript No functional changes: - Item can be created/updated as usual via the modal Please note that OwnerMetadata will be converted into a dedicated patchset, I'll need to make the people picker work in ts, if it's not already the case, I'm planning to use our own library to do it Please note I did the rename from metadata to property at the same time. Both naming refers to the same thing, we didn't had time to rename everything when we introduce the property rest route, and lot of cade have been written with metadata as convention Change-Id: I90defdd6b810dcd1f2eab3dd2a60abde0cfada09

Modified Files

Name
D plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/AlwaysThereMetadata/TitleMetadata.vue +0 −149 Go to diff View file
R plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/AlwaysThereMetadata/DescriptionMetadata.vue Go to diff View file
R plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/AlwaysThereMetadata/OwnerMetadata.test.js Go to diff View file
R plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/AlwaysThereMetadata/OwnerMetadata.vue Go to diff View file
R plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/AlwaysThereMetadata/TitleMetadata.test.js Go to diff View file
A plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/AlwaysThereProperties/TitleProperty.vue +155 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/RecursionOptions.vue +8 −7 Go to diff View file
R plugins/document/scripts/document/components/Folder/DropDown/MetadataForCreateOrUpdate/StatusMetadata.vue Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/MetadataForCreate/DocumentGlobalMetadataForCreate.vue +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/MetadataForCreate/FolderGlobalMetadataForCreate.vue +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/MetadataForCreate/ObsolescenceDateMetadataForCreate.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/MetadataForCreate/StatusMetadataWithCustomBindingForDocumentCreate.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/MetadataForCreate/StatusMetadataWithCustomBindingForFolderCreate.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewFolderModal.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewItemModal.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PasteItem.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PasteItem.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateMetadata/DocumentGlobalMetadataForUpdate.vue +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateMetadata/FolderGlobalMetadataForUpdate.vue +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateMetadata/ObsolescenceDateMetadataForUpdate.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateMetadata/StatusMetadataWithCustomBindingForDocumentUpdate.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateMetadata/StatusMetadataWithCustomBindingForFolderUpdate.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateMetadata/UpdateFolderMetadataModal.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateMetadata/UpdateMetadataModal.vue +3 −3 Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/check-item-title.test.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/check-item-title.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/creation-data-transformatter-helper.test.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/creation-data-transformatter-helper.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/custom-metadata-helper.test.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/custom-metadata-helper.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/hardcoded-metadata-mapping-helper.test.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/hardcoded-metadata-mapping-helper.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/obsolescence-date-value.test.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/obsolescence-date-value.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/update-data-transformatter-helper.test.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/update-data-transformatter-helper.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/value-transformer/date-metadata-helper.test.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/value-transformer/date-metadata-helper.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/value-transformer/list-value-helper.test.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/value-transformer/list-value-helper.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/value-transformer/status-metadata-helper.test.ts Go to diff View file
R plugins/document/scripts/document/helpers/metadata-helpers/value-transformer/status-metadata-helper.ts Go to diff View file
M plugins/document/scripts/document/store/metadata/metadata-actions.ts +2 −2 Go to diff View file
M plugins/document/tests/e2e/cypress/cypress/integration/document.spec.ts +1 −1 Go to diff View file
M plugins/document/themes/_metadata.scss +1 −1 Go to diff View file