mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 02:19:23 +02:00
Test add autocomplete
This commit is contained in:
parent
6a0587d5fe
commit
9cb0f7ec62
1 changed files with 1 additions and 1 deletions
|
@ -899,7 +899,7 @@ class DomainApplicationAdmin(ListHeaderAdmin):
|
|||
"anything_else",
|
||||
"is_policy_acknowledged",
|
||||
]
|
||||
autocomplete_fields = ["submitter"]
|
||||
autocomplete_fields = ["approved_domain", "requested_domain", "submitter", "creator", "authorizing_official", "investigator"]
|
||||
filter_horizontal = ("current_websites", "alternative_domains", "other_contacts")
|
||||
|
||||
# Table ordering
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue