mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #9495: Correct link to contacts in contact groups table column
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
* [#9480](https://github.com/netbox-community/netbox/issues/9480) - Fix sorting services & service templates by port numbers
|
||||
* [#9484](https://github.com/netbox-community/netbox/issues/9484) - Include services listening on "all IPs" under IP address view
|
||||
* [#9486](https://github.com/netbox-community/netbox/issues/9486) - Fix redirect URL when adding device components from the module view
|
||||
* [#9495](https://github.com/netbox-community/netbox/issues/9495) - Correct link to contacts in contact groups table column
|
||||
|
||||
---
|
||||
|
||||
|
@ -18,7 +18,7 @@ class ContactGroupTable(NetBoxTable):
|
||||
)
|
||||
contact_count = columns.LinkedCountColumn(
|
||||
viewname='tenancy:contact_list',
|
||||
url_params={'role_id': 'pk'},
|
||||
url_params={'group_id': 'pk'},
|
||||
verbose_name='Contacts'
|
||||
)
|
||||
tags = columns.TagColumn(
|
||||
|
Reference in New Issue
Block a user