netbox
netbox copied to clipboard
All tables' Contacts field now contains pointer to the item
NetBox version
v3.3.5
Python version
3.8
Steps to Reproduce
- Create a VM
- Add a Contact to the VM
- Add the Contacts column to the Virtual Machines table
- View the VM in the Virtual Machines table
Expected Behavior
The contact is displayed for the Contacts field.
Observed Behavior
The contact is displayed for the Contacts field with a reference to the VM.

This appears to be the case for the Contacts field for all model tables.
This is a regression from #10491. We probably just need to tweak the display of the contact assignment in the column.