Provide basic object forms as part of plugins framework #8488
Labels
status: accepted
This issue has been accepted for implementation
topic: plugins
Relates to the plugins framework
type: feature
Introduction of new functionality to the application
Milestone
NetBox version
v3.1.6
Feature type
New functionality
Proposed functionality
Formally support several form classes for basic use by plugins, suitable for use with their corresponding generic views. These include:
ObjectEditView.model_form
)BulkImportView.model_form
)BulkEditView.form
)ObjectListView.filterset_form
)The current state of forms in NetBox core is a bit messy, so for now it seems prudent to introduce an entirely new set of base form classes for use by plugins, which inherit from the relevant core forms to provide support for custom fields and other NetBox features.
Use case
Enables the use of core forms by plugins.
Database changes
No response
External dependencies
No response
The text was updated successfully, but these errors were encountered: