mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 09:37:03 +02:00
Add to table
This commit is contained in:
parent
f1153a9c30
commit
f72caa3041
2 changed files with 2 additions and 2 deletions
|
@ -1114,7 +1114,7 @@ class SeniorOfficialAdmin(ListHeaderAdmin):
|
|||
# NOTE: these are just placeholders. Not part of ACs (haven't been defined yet). Update in future tickets.
|
||||
search_fields = ["first_name", "last_name", "email"]
|
||||
search_help_text = "Search by first name, last name or email."
|
||||
list_display = ["first_name", "last_name", "email"]
|
||||
list_display = ["first_name", "last_name", "email", "federal_agency"]
|
||||
|
||||
# this ordering effects the ordering of results
|
||||
# in autocomplete_fields for Senior Official
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue