added changes

This commit is contained in:
asaki222 2024-11-07 16:18:51 -05:00
parent a80071598d
commit 5e9b9a791b
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4

View file

@ -1643,7 +1643,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
class GenericOrgFilter(admin.SimpleListFilter):
"""Custom Generic Organization filter that accomodates portfolio feature.
If we have a portfolio, use the portfolio's organization. If not, use the
organization in the Domain Information object."""
organization in the Domain Request object."""
title = "generic organization"
parameter_name = "converted_generic_orgs"