mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #8869: Fix NoReverseMatch exception when displaying tag w/assignments
This commit is contained in:
@@ -147,6 +147,9 @@ class TaggedItemTable(NetBoxTable):
|
||||
orderable=False,
|
||||
verbose_name='Object'
|
||||
)
|
||||
actions = columns.ActionsColumn(
|
||||
actions=()
|
||||
)
|
||||
|
||||
class Meta(NetBoxTable.Meta):
|
||||
model = TaggedItem
|
||||
|
||||
Reference in New Issue
Block a user