summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHamza <40746210+hamza221@users.noreply.github.com>2023-09-22 17:06:36 +0200
committerGitHub <noreply@github.com>2023-09-22 17:06:36 +0200
commit90219da92d980c00aa51554a449b5bb0d3dcda41 (patch)
tree29b1e2d58ab1da64e1e2a8109a8a94922c7dbfaa
parentfc1c6aa3fdd795b3969d6d8d1d53b8aac4f87b7f (diff)
parent3525257fc8a4f6e83668783a65cf164a40fba1e4 (diff)
Merge pull request #3629 from nextcloud/backport/3628/stable5.4
[stable5.4] Fix lost contact groups
-rw-r--r--src/components/ContactDetails.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index fb374002..35e17ed8 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -908,6 +908,7 @@ export default {
this.fixed = validate(localContact)
this.localContact = localContact
+ this.newGroupsValue = [...this.localContact.groups]
},
onCtrlSave(e) {