Add filter + test skeleton

This commit is contained in:
zandercymatics 2023-11-24 07:43:25 -07:00
parent ebafb31f70
commit 46677f4588
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 41 additions and 0 deletions

View file

@ -356,6 +356,10 @@ class DomainInvitationAdmin(ListHeaderAdmin):
"email",
"domain__name",
]
# Filters
list_filter = ("status",)
search_help_text = "Search by email or domain."
# Mark the FSM field 'status' as readonly