stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript No functional changes Updating a property of a folder/item should works as expected Change-Id: I76bc35958ef0b9a0561885f1b6013d038d813805
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomProperty.vue | +3 | −10 | Go to diff View file |
D | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/FolderDefaultPropertiesForUpdate.test.js | +0 | −464 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/FolderDefaultPropertiesForUpdate.test.ts | +373 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/FolderDefaultPropertiesForUpdate.vue | +65 | −57 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/FolderGlobalPropertyForUpdate.vue | +1 | −0 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/ObsolescenceDatePropertyForUpdate.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/ObsolescenceDatePropertyForUpdate.vue | +44 | −43 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/OtherInformationPropertiesForUpdate.vue | +34 | −29 | Go to diff View file |
D | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/OtherInformationPropertyForUpdate.test.js | +0 | −189 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/OtherInformationPropertyForUpdate.test.ts | +152 | −0 | Go to diff View file |
M | plugins/document/scripts/document/helpers/emitter.ts | +1 | −0 | Go to diff View file |