Add HTMX support to ObjectEditView #7584

Closed
opened 2025-12-29 20:25:42 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Jan 31, 2023).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.4.3

Feature type

New functionality

Proposed functionality

Extend the get() method of the generic ObjectEditView class to support HTMX requests, similar to what we do currently for ObjectChildrenView and ObjectDeleteView.

Use case

This lays the foundation for responsive object edit forms. For example, once implemented, selecting a different tab above a group of fields will be able to automatically re-render the appropriate fields for the group (rather than us needing to pre-render all the fields for every group).

Database changes

No response

External dependencies

No response

Originally created by @jeremystretch on GitHub (Jan 31, 2023). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.4.3 ### Feature type New functionality ### Proposed functionality Extend the `get()` method of the generic `ObjectEditView` class to support HTMX requests, similar to what we do currently for `ObjectChildrenView` and `ObjectDeleteView`. ### Use case This lays the foundation for responsive object edit forms. For example, once implemented, selecting a different tab above a group of fields will be able to automatically re-render the appropriate fields for the group (rather than us needing to pre-render all the fields for every group). ### Database changes _No response_ ### External dependencies _No response_
adam added the status: acceptedtype: feature labels 2025-12-29 20:25:42 +01:00
adam closed this issue 2025-12-29 20:25:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7584