Unable to select scope type while bulk editing prefixes #10560

Closed
opened 2025-12-29 21:33:08 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Dec 10, 2024).

Originally assigned to: @jeremystretch on GitHub.

Deployment Type

NetBox Enterprise

Triage priority

I volunteer to perform this work (if approved)

NetBox Version

v4.2-beta1

Python Version

3.10

Steps to Reproduce

  1. Select one or more prefixes in the prefixes list and click "bulk edit."
  2. Select a scope type.

Expected Behavior

The bulk edit form should re-render with the selected scope type.

Observed Behavior

The entire bulk edit form is cleared. This is due to how the HTMXSelect widget operates: It does not support re-rendering via the POST request used by the bulk edit view.

Originally created by @jeremystretch on GitHub (Dec 10, 2024). Originally assigned to: @jeremystretch on GitHub. ### Deployment Type NetBox Enterprise ### Triage priority I volunteer to perform this work (if approved) ### NetBox Version v4.2-beta1 ### Python Version 3.10 ### Steps to Reproduce 1. Select one or more prefixes in the prefixes list and click "bulk edit." 2. Select a scope type. ### Expected Behavior The bulk edit form should re-render with the selected scope type. ### Observed Behavior The entire bulk edit form is cleared. This is due to how the HTMXSelect widget operates: It does not support re-rendering via the POST request used by the bulk edit view.
adam added the type: bugstatus: acceptedbetaseverity: low labels 2025-12-29 21:33:08 +01:00
adam closed this issue 2025-12-29 21:33:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10560