-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
complexity: mediumRequires a substantial but not unusual amount of effort to implementRequires a substantial but not unusual amount of effort to implementstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Milestone
Description
NetBox version
v4.1-beta1
Feature type
New functionality
Proposed functionality
Extend NetBox's generic ObjectEditView to support modifying objects via HTMX POST requests. This view currently supports HTMX only for GET requests.
This will entail checking whether a POST request is HTMX-enabled, and if so returning the applicable rendered content directly (rather than returning a 302 redirect).
Use case
This change is necessary to support editing objects in place within an HTML template, and will unlock future functionality.
Database changes
None
External dependencies
None
Metadata
Metadata
Assignees
Labels
complexity: mediumRequires a substantial but not unusual amount of effort to implementRequires a substantial but not unusual amount of effort to implementstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application