mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 01:27:03 +02:00
Merge branch 'main' into ky/required-optional-form-fields
This commit is contained in:
commit
8477b3f10d
7 changed files with 45 additions and 1 deletions
|
@ -322,7 +322,7 @@ class WebsiteAdmin(ListHeaderAdmin):
|
|||
|
||||
|
||||
class UserDomainRoleAdmin(ListHeaderAdmin):
|
||||
"""Custom domain role admin class."""
|
||||
"""Custom user domain role admin class."""
|
||||
|
||||
# Columns
|
||||
list_display = [
|
||||
|
@ -340,6 +340,8 @@ class UserDomainRoleAdmin(ListHeaderAdmin):
|
|||
]
|
||||
search_help_text = "Search by user, domain, or role."
|
||||
|
||||
autocomplete_fields = ["user", "domain"]
|
||||
|
||||
|
||||
class DomainInvitationAdmin(ListHeaderAdmin):
|
||||
"""Custom domain invitation admin class."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue