File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1616* [ #7739 ] ( https://github.com/netbox-community/netbox/issues/7739 ) - Fix exception when tracing cable across circuit with no far end termination
1717* [ #7813 ] ( https://github.com/netbox-community/netbox/issues/7813 ) - Fix handling of errors during export template rendering
1818* [ #7851 ] ( https://github.com/netbox-community/netbox/issues/7851 ) - Add missing cluster name filter for virtual machines
19+ * [ #7857 ] ( https://github.com/netbox-community/netbox/issues/7857 ) - Fix ordering IP addresses by assignment status
1920
2021---
2122
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ class IPAddressTable(BaseTable):
323323 verbose_name = 'NAT (Inside)'
324324 )
325325 assigned = BooleanColumn (
326- accessor = 'assigned_object ' ,
326+ accessor = 'assigned_object_id ' ,
327327 linkify = True ,
328328 verbose_name = 'Assigned'
329329 )
You can’t perform that action at this time.
0 commit comments