Unable to select additional query fields in advanced object selector #9446

Closed
opened 2025-12-29 20:50:02 +01:00 by adam · 1 comment
Owner

Originally created by @v0tti on GitHub (Apr 5, 2024).

Originally assigned to: @jeremystretch on GitHub.

Deployment Type

NetBox Cloud

NetBox Version

v4.0-beta1

Python Version

3.8

Steps to Reproduce

  1. Edit an IP address e.g. https://beta-demo.netbox.dev/ipam/ip-addresses/31/edit/
  2. Open the advanced object selector to assign the IP address to an interface
  3. Try to enable additional query fields by clicking on the items to the left

Expected Behavior

I expect the selected query fields to appear or disappear by clicking on the elements of the list.

Observed Behavior

Nothing changes. No query fields get added or removed.

Originally created by @v0tti on GitHub (Apr 5, 2024). Originally assigned to: @jeremystretch on GitHub. ### Deployment Type NetBox Cloud ### NetBox Version v4.0-beta1 ### Python Version 3.8 ### Steps to Reproduce 1. Edit an IP address e.g. https://beta-demo.netbox.dev/ipam/ip-addresses/31/edit/ 2. Open the advanced object selector to assign the IP address to an interface 3. Try to enable additional query fields by clicking on the items to the left ### Expected Behavior I expect the selected query fields to appear or disappear by clicking on the elements of the list. ### Observed Behavior Nothing changes. No query fields get added or removed.
adam added the type: bugstatus: acceptedbetatopic: UI/UXseverity: medium labels 2025-12-29 20:50:02 +01:00
adam closed this issue 2025-12-29 20:50:03 +01:00
Author
Owner

@jeremystretch commented on GitHub (Apr 5, 2024):

The issue appears to be that the field selectors along the lefthand side of the modal are not properly initialized after the modal's content is loaded via HTMX.

@jeremystretch commented on GitHub (Apr 5, 2024): The issue appears to be that the field selectors along the lefthand side of the modal are not properly initialized after the modal's content is loaded via HTMX.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9446