mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-06 04:27:22 +02:00
linted
This commit is contained in:
parent
6ecd9e59fc
commit
9fecf11558
3 changed files with 14 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue