mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 02:49:21 +02:00
fixed unit tests (still need to rethink how to handle deletion of CISA rep contacts)
This commit is contained in:
parent
d9cc947f6e
commit
7dc9dba833
6 changed files with 41 additions and 27 deletions
|
@ -1376,7 +1376,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
|
|||
"authorizing_official",
|
||||
"other_contacts",
|
||||
"no_other_contacts_rationale",
|
||||
"cisa_representative_email",
|
||||
"cisa_representative",
|
||||
]
|
||||
},
|
||||
),
|
||||
|
@ -1452,7 +1452,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
|
|||
"no_other_contacts_rationale",
|
||||
"anything_else",
|
||||
"is_policy_acknowledged",
|
||||
"cisa_representative_email",
|
||||
"cisa_representative",
|
||||
]
|
||||
autocomplete_fields = [
|
||||
"approved_domain",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue