stable

Clone or download

Read-only

fix: Status value was not taken when creating a file via DragnDrop

Part of story #24192 preview file name at upload I also take the opportunity to convert the component in Composition API So, this is also a part of request #18402 Convert document plugin into typescript. How to test: - Make sure to have the Status value enabled. - Make sure to have a filename pattern enabled. - DragnDrop new file and set a Status value - Submit - Check the propperties (e.g with the quick look) => The status properties value correspond to the chosen one Change-Id: Ia509f481406386317306c84e068cec1b6ea58f52

Modified Files

Name
M plugins/document/scripts/document/components/Folder/DropDown/NewVersion/FileCreationModal.test.ts +23 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewVersion/FileCreationModal.vue +80 −57 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/creation-data-transformatter-helper.ts +2 −2 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/value-transformer/status-property-helper.ts +2 −2 Go to diff View file
M plugins/document/scripts/document/type.ts +1 −0 Go to diff View file