mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 17:17:02 +02:00
Add sorting by email
This commit is contained in:
parent
337a13bbe7
commit
aa1e1b141d
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ class UserDomainRoleAdmin(ListHeaderAdmin):
|
|||
|
||||
orderable_fk_fields = [
|
||||
("domain", "name"),
|
||||
("user", ["first_name", "last_name"]),
|
||||
("user", ["first_name", "last_name", "email"]),
|
||||
]
|
||||
|
||||
# Search
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue