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:
@ -15,7 +15,7 @@ class SecretRoleTable(BaseTable):
|
||||
)
|
||||
secret_count = LinkedCountColumn(
|
||||
viewname='secrets:secret_list',
|
||||
url_params={'role': 'slug'},
|
||||
url_params={'role_id': 'pk'},
|
||||
verbose_name='Secrets'
|
||||
)
|
||||
actions = ButtonsColumn(SecretRole)
|
||||
|
Reference in New Issue
Block a user