From a94cdba6112caa085468437c66c99b6e2478d685 Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 24 May 2024 08:05:32 -0700 Subject: [PATCH] 16286 fix provider account search --- netbox/circuits/search.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/circuits/search.py b/netbox/circuits/search.py index c22b400eb..f3fa359ba 100644 --- a/netbox/circuits/search.py +++ b/netbox/circuits/search.py @@ -48,6 +48,7 @@ class ProviderIndex(SearchIndex): display_attrs = ('description',) +@register_search class ProviderAccountIndex(SearchIndex): model = models.ProviderAccount fields = (