vlan groups - vlan group single object view - edit selected / delete selected buttons missing from vlan list on view #8480

Closed
opened 2025-12-29 20:37:16 +01:00 by adam · 2 comments
Owner

Originally created by @ITJamie on GitHub (Aug 17, 2023).

NetBox version

v3.5.8

Python version

3.8

Steps to Reproduce

  1. create a vlan group and assign multiple vlans to it.
  2. goto the vlan group ( eg https://demo.netbox.dev/ipam/vlan-groups/2/ )
  3. select multiple vlans
  4. scroll to the bottom, there is no "edit selected" / "delete selected" buttons

Expected Behavior

since there are selection boxes on the list I would expect to be able to edit / delete the vlans in bulk

Observed Behavior

there is no bulk edit/delete buttons even though there are selection buttons on the list

Originally created by @ITJamie on GitHub (Aug 17, 2023). ### NetBox version v3.5.8 ### Python version 3.8 ### Steps to Reproduce 1. create a vlan group and assign multiple vlans to it. 2. goto the vlan group ( eg https://demo.netbox.dev/ipam/vlan-groups/2/ ) 3. select multiple vlans 4. scroll to the bottom, there is no "edit selected" / "delete selected" buttons ### Expected Behavior since there are selection boxes on the list I would expect to be able to edit / delete the vlans in bulk ### Observed Behavior there is no bulk edit/delete buttons even though there are selection buttons on the list
adam added the type: bugseverity: low labels 2025-12-29 20:37:16 +01:00
adam closed this issue 2025-12-29 20:37:16 +01:00
Author
Owner

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

I've opened #13536 to move the child VLANs to a separate tab using ObjectChildrenView, which will bring it in line with similar child object displays (e.g. prefix IPs). This should fix the missing buttons. Marking this as blocked by #13536 to ensure we don't lose it.

@jeremystretch commented on GitHub (Aug 23, 2023): I've opened #13536 to move the child VLANs to a separate tab using ObjectChildrenView, which will bring it in line with similar child object displays (e.g. prefix IPs). This should fix the missing buttons. Marking this as blocked by #13536 to ensure we don't lose it.
Author
Owner

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

This has been addressed by #13536 (thanks @abhi1693!)

@jeremystretch commented on GitHub (Aug 23, 2023): This has been addressed by #13536 (thanks @abhi1693!)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8480