mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
more fixes - don't know why I added these lines in
This commit is contained in:
parent
dc48025a1d
commit
cfcdac41ef
1 changed files with 0 additions and 2 deletions
|
@ -125,7 +125,6 @@ class Command(BaseCommand):
|
|||
if request_is_approved and domain_name is not None and not request.is_election_board:
|
||||
request.is_election_board = domain_name in self.domains_with_election_boards_set
|
||||
|
||||
self.sync_yes_no_form_fields()
|
||||
self.sync_organization_type(DomainRequest, request)
|
||||
self.request_to_update.append(request)
|
||||
logger.info(f"Updating {request} => {request.organization_type}")
|
||||
|
@ -176,7 +175,6 @@ class Command(BaseCommand):
|
|||
if not info.is_election_board:
|
||||
info.is_election_board = domain_name in self.domains_with_election_boards_set
|
||||
|
||||
self.sync_yes_no_form_fields()
|
||||
self.sync_organization_type(DomainInformation, info)
|
||||
|
||||
self.di_to_update.append(info)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue