mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
LinkedCountColumn should always invoke filter by ID
This commit is contained in:
@@ -40,7 +40,7 @@ class TenantGroupTable(BaseTable):
|
||||
)
|
||||
tenant_count = LinkedCountColumn(
|
||||
viewname='tenancy:tenant_list',
|
||||
url_params={'group': 'slug'},
|
||||
url_params={'group_id': 'pk'},
|
||||
verbose_name='Tenants'
|
||||
)
|
||||
actions = ButtonsColumn(TenantGroup)
|
||||
|
||||
Reference in New Issue
Block a user