Add HTMX support to ObjectEditView #11625
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Milestone
NetBox version
v3.4.3
Feature type
New functionality
Proposed functionality
Extend the
get()
method of the genericObjectEditView
class to support HTMX requests, similar to what we do currently forObjectChildrenView
andObjectDeleteView
.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
The text was updated successfully, but these errors were encountered: