Enable sorting sites by group when connecting a cable #5854

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

Originally created by @hagbarddenstore on GitHub (Dec 30, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.1.3

Python version

3.9

Steps to Reproduce

  1. Go to a Device with interfaces
  2. Click on the Connect -> Interface on any interface

Expected Behavior

The Site Group field should be visible in the form.

Observed Behavior

The Site Group field is not visible in the form.

Originally created by @hagbarddenstore on GitHub (Dec 30, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.1.3 ### Python version 3.9 ### Steps to Reproduce 1. Go to a Device with interfaces 2. Click on the Connect -> Interface on any interface ### Expected Behavior The Site Group field should be visible in the form. ### Observed Behavior The Site Group field is not visible in the form.
adam added the status: acceptedtype: feature labels 2025-12-29 19:33:31 +01:00
adam closed this issue 2025-12-29 19:33:31 +01:00
Author
Owner

@hagbarddenstore commented on GitHub (Dec 30, 2021):

The error is present in:

  • ConnectCableToDeviceForm
  • ConnectCableToCircuitTerminationForm
  • ConnectCableToPowerFeedForm

I assume it's just forgotten to be included in the Meta.fields list.

@hagbarddenstore commented on GitHub (Dec 30, 2021): The error is present in: * ConnectCableToDeviceForm * ConnectCableToCircuitTerminationForm * ConnectCableToPowerFeedForm I assume it's just forgotten to be included in the Meta.fields list.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5854