summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHamza <40746210+hamza221@users.noreply.github.com>2023-09-20 10:46:06 +0200
committerGitHub <noreply@github.com>2023-09-20 10:46:06 +0200
commitd7ee8ab0fd73df7d82369cb27ff431b04ca608c7 (patch)
tree0969a58b2d2954cccc6a76b09ca414c261d2ac3a
parent9a885be6f9562121171129773ca36895ea6a98fd (diff)
parentf5eb14fb5987d1fcd6398373821a17a04f16c34b (diff)
Merge pull request #3625 from nextcloud/backport/3605/stable5.4
[stable5.4] Fix:deselect groups and groups update
-rw-r--r--src/components/ContactDetails.vue6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index 8fa370f4..fb374002 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -304,7 +304,8 @@
:value.sync="localContact.groups"
:contact="contact"
:is-read-only="isReadOnly"
- class="property--groups property--last" />
+ class="property--groups property--last"
+ @update:value="updateGroups" />
</div>
<!-- new property select -->
<AddNewProp v-if="!isReadOnly"
@@ -1030,9 +1031,6 @@ section.contact-details {
display: none;
}
}
-::v-deep .vs__deselect {
- display: none;
-}
#pick-addressbook-modal {
::v-deep .modal-container {
display: flex;