1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #15960: Use internal ManyToManyColumn to ensure proper export behavior

This commit is contained in:
Jeremy Stretch
2024-05-06 09:40:36 -04:00
parent 60aee6f5e1
commit 15cc50fc1d
4 changed files with 5 additions and 5 deletions

View File

@@ -618,7 +618,7 @@ class InterfaceTable(ModularDeviceComponentTable, BaseInterfaceTable, PathEndpoi
verbose_name=_('VRF'),
linkify=True
)
inventory_items = tables.ManyToManyColumn(
inventory_items = columns.ManyToManyColumn(
linkify_item=True,
verbose_name=_('Inventory Items'),
)