Prechádzať zdrojové kódy

16286 fix provider account search

Arthur 2 rokov pred
rodič
commit
8a91252d51
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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 = (