mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 17:47:02 +02:00
wip
This commit is contained in:
parent
4a74d1a874
commit
3661af0cd1
2 changed files with 6 additions and 3 deletions
|
@ -973,9 +973,7 @@ class UserDomainRoleAdmin(ListHeaderAdmin):
|
|||
]
|
||||
search_help_text = "Search by user, domain, or role."
|
||||
|
||||
autocomplete_fields = ["domain"]
|
||||
|
||||
# list_filter = [DomainFilter]
|
||||
autocomplete_fields = ["user", "domain"]
|
||||
|
||||
|
||||
class DraftDomainAdmin(ListHeaderAdmin):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue