Selaa lähdekoodia

16286 fix provider account search

Arthur 2 vuotta sitten
vanhempi
commit
8a91252d51
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      netbox/circuits/search.py

+ 1 - 0
netbox/circuits/search.py

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