LAG-type interfaces missing from interface bulk edit view #8516

Closed
opened 2025-12-29 20:37:41 +01:00 by adam · 1 comment
Owner

Originally created by @AesoSpadez on GitHub (Aug 25, 2023).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.5.8

Python version

3.9

Steps to Reproduce

  1. Create a device with multiple physical interfaces
  2. Create a LAG-type interface on the device
  3. From the interfaces tab on the device, select multiple physical interfaces. Then click 'Edit Selected'

Expected Behavior

The newly-created LAG-type interface should be selectable for LAG under the Related Interfaces section.

Observed Behavior

The LAG field is greyed out.

Originally created by @AesoSpadez on GitHub (Aug 25, 2023). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.5.8 ### Python version 3.9 ### Steps to Reproduce 1. Create a device with multiple physical interfaces 2. Create a LAG-type interface on the device 3. From the interfaces tab on the device, select multiple physical interfaces. Then click 'Edit Selected' ### Expected Behavior The newly-created LAG-type interface should be selectable for LAG under the Related Interfaces section. ### Observed Behavior The LAG field is greyed out.
adam added the type: bugstatus: accepted labels 2025-12-29 20:37:41 +01:00
adam closed this issue 2025-12-29 20:37:41 +01:00
Author
Owner

@jeremystretch commented on GitHub (Aug 28, 2023):

Looks like the device parameter was inadvertently dropped from the form action URL as part of a recent template refactoring.

@jeremystretch commented on GitHub (Aug 28, 2023): Looks like the `device` parameter was inadvertently dropped from the form action URL as part of a recent template refactoring.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8516