mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 21:16:28 +02:00
fixed bug in portfolio invitation change view query
This commit is contained in:
parent
f196dce607
commit
ac3286d780
1 changed files with 1 additions and 1 deletions
|
@ -1594,7 +1594,7 @@ class PortfolioInvitationAdmin(BaseInvitationAdmin):
|
||||||
# Search
|
# Search
|
||||||
search_fields = [
|
search_fields = [
|
||||||
"email",
|
"email",
|
||||||
"portfolio__name",
|
"portfolio__organization_name",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Filters
|
# Filters
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue