mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 17:47:02 +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
|
||||
|
|
|
@ -35,7 +35,7 @@ class Command(BaseCommand):
|
|||
|
||||
Note:
|
||||
- If the row is missing SO data - it will not be added.
|
||||
- Given we can add the row, a blank first_name will be replaced with "-"
|
||||
- Given we can add the row, any blank first_name will be replaced with "-".
|
||||
""",
|
||||
prompt_title="Do you wish to load records into the SeniorOfficial table?",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue