This commit is contained in:
CocoByte 2024-05-21 14:07:04 -06:00
parent 6ecd9e59fc
commit 9fecf11558
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
3 changed files with 14 additions and 6 deletions

View file

@ -657,7 +657,7 @@ class CisaRepresentativeForm(BaseDeletableRegistrarForm):
if self.form_data_marked_for_deletion:
# remove the CISA contact from this domain request
obj.cisa_representative = None
#QUESTION - should we also delete the contact object if it is not joined to other entities?
# QUESTION - should we also delete the contact object if it is not joined to other entities?
else:
# update existing contact if it is not joined to other enttities
super().to_database(contact)