GetReturnURLMixin Support for Plugin Views #16144
Labels
complexity: low
Requires minimal effort to implement
netbox
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.7.3
Feature type
Change to existing functionality
Proposed functionality
The automatic return URL generation for views (specifically object edit views) should be compatible with plugin views.
Currently only core views are supported as
get_return_url()
in netbox/utilities/views.py:137 does not include the "plugins:" namespaceUse case
This would alleviate the need for specifying
default_return_url
for plugin viewsDatabase changes
No response
External dependencies
No response
The text was updated successfully, but these errors were encountered: