mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 06:56:33 +02:00
fix
This commit is contained in:
parent
bc2ffb3f70
commit
ab634516e9
1 changed files with 1 additions and 1 deletions
|
@ -3297,7 +3297,7 @@ class DomainAdmin(ListHeaderAdmin, ImportExportModelAdmin):
|
|||
When(
|
||||
domain_info__isnull=False,
|
||||
domain_info__portfolio__isnull=False,
|
||||
then=F("domain_info__portfolio__organization_type"),
|
||||
then=F("domain_info__portfolio__federal_agency__federal_type"),
|
||||
),
|
||||
When(
|
||||
domain_info__isnull=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue