From 9cb0f7ec62632dd23e01013b51a7f457fd6b3aae Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:43:38 -0700 Subject: [PATCH] Test add autocomplete --- src/registrar/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/admin.py b/src/registrar/admin.py index 18f1970da..e4e7c919f 100644 --- a/src/registrar/admin.py +++ b/src/registrar/admin.py @@ -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