Fixes #21995: Don't copy unique fields when adding another Contact (#22017)

This commit is contained in:
Arthur Hanson 2026-04-27 13:28:03 -07:00 committed by GitHub
parent ff5f64abf8
commit 55b48149c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class Contact(PrimaryModel):
)
clone_fields = (
'groups', 'name', 'title', 'phone', 'email', 'address', 'link',
'groups',
)
class Meta: