-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
betaConcerns a bug/feature in a beta releaseConcerns a bug/feature in a beta releaseseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
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
- Select one or more prefixes in the prefixes list and click "bulk edit."
- 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.
Metadata
Metadata
Assignees
Labels
betaConcerns a bug/feature in a beta releaseConcerns a bug/feature in a beta releaseseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application