16286 fix provider account search

This commit is contained in:
Arthur 2024-05-24 08:05:32 -07:00 committed by Jeremy Stretch
parent eb3adc050d
commit 8a91252d51

View File

@ -48,6 +48,7 @@ class ProviderIndex(SearchIndex):
display_attrs = ('description',)
@register_search
class ProviderAccountIndex(SearchIndex):
model = models.ProviderAccount
fields = (