Преглед изворни кода

16286 fix provider account search

Arthur пре 1 година
родитељ
комит
8a91252d51
1 измењених фајлова са 1 додато и 0 уклоњено
  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 = (