mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
investigators list in filter shows only distinct values
This commit is contained in:
parent
1cfb4958b4
commit
788561f744
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@ class DomainApplicationAdmin(ListHeaderAdmin):
|
||||||
"investigator__email",
|
"investigator__email",
|
||||||
output_field=CharField(),
|
output_field=CharField(),
|
||||||
)
|
)
|
||||||
).values_list("investigator__id", "full_name")
|
).values_list("investigator__id", "full_name").distinct()
|
||||||
|
|
||||||
return privileged_users_annotated
|
return privileged_users_annotated
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue