mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
Merged main -> nl
This commit is contained in:
parent
ff216941cd
commit
6fa76f3007
2 changed files with 22 additions and 18 deletions
|
@ -933,11 +933,13 @@ class DomainRequest(TimeStampedModel):
|
|||
has_details = False
|
||||
|
||||
logger.debug("\033[91m ******** Has additional ********") # TODO-nl: delete me!
|
||||
logger.debug(f"""VALUE: {has_details}
|
||||
logger.debug(
|
||||
f"""VALUE: {has_details}
|
||||
|
||||
DETAILS:
|
||||
has_anything_else_text = {self.has_anything_else_text}
|
||||
has_cisa_representative = {self.has_cisa_representative}""") # TODO-nl: delete me!
|
||||
has_cisa_representative = {self.has_cisa_representative}"""
|
||||
) # TODO-nl: delete me!
|
||||
logger.debug("\033[91m ****************") # TODO-nl: delete me!
|
||||
|
||||
return has_details
|
||||
|
@ -1052,10 +1054,12 @@ class DomainRequest(TimeStampedModel):
|
|||
# Either does not have a CISA rep, OR has a CISA rep + both first name
|
||||
# and last name are NOT empty and are NOT an empty string
|
||||
logger.debug("\033[91m ******** CISA REP CHECK 2 ********") # TODO-nl: delete me!
|
||||
logger.debug(F"""values:
|
||||
logger.debug(
|
||||
f"""values:
|
||||
has_cisa_representative = {self.has_cisa_representative}
|
||||
cisa_representative_first_name = {self.cisa_representative_first_name}
|
||||
cisa_representative_last_name = {self.cisa_representative_last_name}""") # TODO-nl: delete me!
|
||||
cisa_representative_last_name = {self.cisa_representative_last_name}"""
|
||||
) # TODO-nl: delete me!
|
||||
logger.debug("\033[0m") # TODO-nl: delete me!
|
||||
to_return = (
|
||||
self.has_cisa_representative is True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue