From 8a91252d51ae006a4d329afae666b6631dfde435 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 = (