Circuit termination on interface not working when accesssed from interface table #6707

Closed
opened 2025-12-29 19:44:19 +01:00 by adam · 1 comment
Owner

Originally created by @jaylik on GitHub (Jul 21, 2022).

Originally assigned to: @jaylik on GitHub.

NetBox version

v3.3-beta1

Python version

3.9

Steps to Reproduce

  1. Create device with interfaces
  2. Create circuit with Z-side on same site as device
  3. Try to connect interface to circuit termination from interface table
  4. Select B Side Cicuit
  5. Try to select Side for circuit

Expected Behavior

On B Side you are able to select side for circuit

Observed Behavior

Side option menu is empty because.

This is caused because $ is missing for $termination_{cable_end}_circuit

abfa6a325a/netbox/dcim/forms/connections.py (L141)

Originally created by @jaylik on GitHub (Jul 21, 2022). Originally assigned to: @jaylik on GitHub. ### NetBox version v3.3-beta1 ### Python version 3.9 ### Steps to Reproduce 1. Create device with interfaces 2. Create circuit with Z-side on same site as device 3. Try to connect interface to circuit termination from interface table 4. Select B Side Cicuit 5. Try to select Side for circuit ### Expected Behavior On B Side you are able to select side for circuit ### Observed Behavior Side option menu is empty because. This is caused because $ is missing for `$termination_{cable_end}_circuit` https://github.com/netbox-community/netbox/blob/abfa6a325af17d65038304feed2536330d8c60a7/netbox/dcim/forms/connections.py#L141
adam added the type: bugstatus: acceptedbeta labels 2025-12-29 19:44:19 +01:00
adam closed this issue 2025-12-29 19:44:20 +01:00
Author
Owner

@DanSheps commented on GitHub (Jul 21, 2022):

@jaylik Do you want to do a PR for this?

@DanSheps commented on GitHub (Jul 21, 2022): @jaylik Do you want to do a PR for this?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6707