NetBox version
v3.3.4
Python version
3.8
Steps to Reproduce
- Set up Netbox version 3.3.4 and 3.2.9
- Create a device1 with 1 interface
- Create a device2 with 1 front and rear port
- Connect interface from device1 with front port of device 2
- Compare the view from /dcim/devices/device1_id/interfaces/
Expected Behavior
The last endpoint should be displayed in the Connection field, regardless of the type (Front, Rear, Interface). According to my understanding the representation is more correct in the versions <=3.3. I could not find any related changelog, issue or discussion on that topic.
Observed Behavior
In Netbox version 3.3 or higher the Connection field is empty.