Browse Source

16286 fix provider account search

Arthur 2 năm trước cách đây
mục cha
commit
8a91252d51
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 = (