Skip to content

Unable to select scope type while bulk editing prefixes #18194

@jeremystretch

Description

@jeremystretch

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.

Metadata

Metadata

Assignees

Labels

betaConcerns a bug/feature in a beta releaseseverity: lowDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions