mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
fixed mapping of election org types
This commit is contained in:
parent
0417478ad7
commit
35ecffcbac
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ class DomainExport(BaseExport):
|
|||
portfolio__isnull=False,
|
||||
portfolio__organization_type__isnull=False,
|
||||
is_election_board=True,
|
||||
then=Concat(F("portfolio__organization_type"), Value(" - Election")),
|
||||
then=Concat(F("portfolio__organization_type"), Value("_election")),
|
||||
),
|
||||
# When portfolio is present and is_election_board is False or None
|
||||
When(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue