stable
Clone or download
Read-only
Fixes request #32789: Cannot update the string or text custom property of an item
The components used to handle the custom properties try to mix `v-model` and specific `v-on:<event>` which lead to a possible conflicting situation. The different components have been cleaned up to keep only one way. Change-Id: I8aba2179ed4145b6a3ae041b2d77b7f37ad0d368
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyDate.vue | +0 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyListMultipleValue.vue | +13 | −15 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyListSingleValue.vue | +13 | −13 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyString.vue | +9 | −8 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyText.vue | +11 | −13 | Go to diff View file |