This commit is contained in:
zandercymatics 2024-04-15 12:28:26 -06:00
parent 09b4e7487b
commit 6e33dcfbe1
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 12 additions and 2 deletions

View file

@ -1048,7 +1048,7 @@ class DomainRequest(TimeStampedModel):
def has_cisa_representative(self) -> bool:
"""Does this domain request have cisa representative?"""
return self.cisa_representative_email != "" and self.cisa_representative_email is not None
def has_additional_details(self) -> bool:
return self.has_anything_else_text() or self.has_cisa_representative()