stable

Clone or download

Read-only

PeoplePicker should not mutate its props

part of request #18402 Convert document plugin into typescript No functional changes. At item update you should be able to change the owner of a document. Removing mutating props is painfull, I prefer to do small patch and having the parent caller still mutating the prop than having a patch who can explode in term of impacted files/complexity Change-Id: I6f8a5b5a88a3ed1992ba06a1d10e624f95950d38

Modified Files

Name
R plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/AlwaysThereProperties/OwnerProperty.test.js Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/AlwaysThereProperties/OwnerProperty.vue +11 −21 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/PeoplePicker.vue +1 −13 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/DocumentGlobalPropertyForUpdate.vue +3 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdatePropertiesModal.vue +1 −6 Go to diff View file