mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
Add comment
This commit is contained in:
parent
668611f13e
commit
b8bc2900cc
1 changed files with 1 additions and 0 deletions
|
@ -1174,6 +1174,7 @@ class DomainRequest(TimeStampedModel):
|
|||
and self._is_authorizing_official_complete()
|
||||
and self._is_requested_domain_complete()
|
||||
and self._is_purpose_complete()
|
||||
# NOTE: This flag leaves submitter as empty (request wont submt) hence preset to True
|
||||
and (self._is_submitter_complete() if not has_profile_feature_flag else True)
|
||||
and self._is_other_contacts_complete()
|
||||
and self._is_additional_details_complete()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue