1
0
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:
jeremystretch
2022-03-14 13:47:41 -04:00
parent 6170138124
commit b91218308b
2 changed files with 5 additions and 16 deletions

View File

@@ -147,6 +147,9 @@ class TaggedItemTable(NetBoxTable):
orderable=False,
verbose_name='Object'
)
actions = columns.ActionsColumn(
actions=()
)
class Meta(NetBoxTable.Meta):
model = TaggedItem