Skip to content

Commit 0d30ab3

Browse files
jsenecaljeremystretch
authored andcommitted
Use provider_id instead of account_id in url_params
1 parent 17ddbdd commit 0d30ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/circuits/tables/providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ProviderTable(ContactsColumnMixin, NetBoxTable):
2525
account_count = columns.LinkedCountColumn(
2626
accessor=tables.A('accounts__count'),
2727
viewname='circuits:provideraccount_list',
28-
url_params={'account_id': 'pk'},
28+
url_params={'provider_id': 'pk'},
2929
verbose_name=_('Account Count')
3030
)
3131
asns = columns.ManyToManyColumn(

0 commit comments

Comments
 (0)