stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript In a folder if you create a new item, the properties are prefilled in modal You can update folder/item properties This patch correct an issue On an item in quicklook, update a multiple list and chose several values You can see in quick look the list beeing emptied Change-Id: I4e4e13f3c18dbe0e25682ccdcf2eea9c538129b3
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyListMultipleValue.test.js | +0 | −243 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyListMultipleValue.test.ts | +168 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyListMultipleValue.vue | +36 | −31 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdatePropertiesModal.test.js | +9 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdatePropertiesModal.vue | +1 | −1 | Go to diff View file |