16286 fix provider account search
This commit is contained in:
parent
eb3adc050d
commit
8a91252d51
|
|
@ -48,6 +48,7 @@ class ProviderIndex(SearchIndex):
|
|||
display_attrs = ('description',)
|
||||
|
||||
|
||||
@register_search
|
||||
class ProviderAccountIndex(SearchIndex):
|
||||
model = models.ProviderAccount
|
||||
fields = (
|
||||
|
|
|
|||
Loading…
Reference in New Issue