Sort by email, stub test

This commit is contained in:
zandercymatics 2023-11-27 09:50:54 -07:00
parent ebafb31f70
commit 3df3723cf9
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 11 additions and 0 deletions

View file

@ -335,6 +335,7 @@ class UserDomainRoleAdmin(ListHeaderAdmin):
search_fields = [
"user__first_name",
"user__last_name",
"user__email",
"domain__name",
"role",
]