Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTMX support to ObjectEditView #11625

Closed
jeremystretch opened this issue Jan 31, 2023 · 0 comments
Closed

Add HTMX support to ObjectEditView #11625

jeremystretch opened this issue Jan 31, 2023 · 0 comments
Assignees
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Milestone

Comments

@jeremystretch
Copy link
Member

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

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application labels Jan 31, 2023
@jeremystretch jeremystretch added this to the v3.5 milestone Jan 31, 2023
@jeremystretch jeremystretch self-assigned this Jan 31, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
None yet
Development

No branches or pull requests

1 participant