mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
add missing disclose in update
This commit is contained in:
parent
18e27abac2
commit
e8d8a79d4f
1 changed files with 1 additions and 0 deletions
|
@ -723,6 +723,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
||||||
fax=contact.fax,
|
fax=contact.fax,
|
||||||
) # type: ignore
|
) # type: ignore
|
||||||
|
|
||||||
|
updateContact.dislcose = self._disclose_fields(contact=contact)
|
||||||
try:
|
try:
|
||||||
registry.send(updateContact, cleaned=True)
|
registry.send(updateContact, cleaned=True)
|
||||||
except RegistryError as e:
|
except RegistryError as e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue