mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 01:27:03 +02:00
Sort by email, stub test
This commit is contained in:
parent
ebafb31f70
commit
3df3723cf9
2 changed files with 11 additions and 0 deletions
|
@ -335,6 +335,7 @@ class UserDomainRoleAdmin(ListHeaderAdmin):
|
|||
search_fields = [
|
||||
"user__first_name",
|
||||
"user__last_name",
|
||||
"user__email",
|
||||
"domain__name",
|
||||
"role",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue