mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
(missed this commit)
This commit is contained in:
parent
093fc1523f
commit
eb72c3f66d
1 changed files with 1 additions and 1 deletions
|
@ -1823,7 +1823,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
|
||||||
"""Define a custom filter for portfolio"""
|
"""Define a custom filter for portfolio"""
|
||||||
|
|
||||||
title = _("portfolio")
|
title = _("portfolio")
|
||||||
parameter_name = "portfolio"
|
parameter_name = "portfolio__isnull"
|
||||||
|
|
||||||
def lookups(self, request, model_admin):
|
def lookups(self, request, model_admin):
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue