Regression: Bulk Edit fails to update Scope when using ContentTypeChoiceField (HTMX) #19092
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Milestone
Deployment Type
Self-hosted
NetBox Version
main (v4.2.7)
Python Version
3.10
Steps to Reproduce
Site1
10.0.0.0/16
with:Site
Site1
10.0.0.0/16
using the checkbox (✅)Location
(or any other valid choice)Expected Behavior
Observed Behavior
None
When performing bulk edits on models utilizing a
ContentTypeChoiceField
(typically forGenericForeignKey
fields), the dynamic behavior of the Scope field is broken. Specifically, selecting a Scope Type fails to properly enable and populate the corresponding Scope field.This is a recent regression, which is included in the upcoming v4.2.7 patch release.
Regression Introduced By
Commit:
12231ad
Pull Request: #18997 Select all with bulk edit only changes the currently visible objects
Related Issue: #18964 The function of selecting all devices fails.
The text was updated successfully, but these errors were encountered: