-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
complexity: lowRequires minimal effort to implementRequires minimal effort to implementnetboxstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtopic: pluginsRelates to the plugins frameworkRelates to the plugins frameworktype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Milestone
Description
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:" namespace
Use case
This would alleviate the need for specifying default_return_url for plugin views
Database changes
No response
External dependencies
No response
peteeckel, alehaa and alexblaeuer
Metadata
Metadata
Assignees
Labels
complexity: lowRequires minimal effort to implementRequires minimal effort to implementnetboxstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtopic: pluginsRelates to the plugins frameworkRelates to the plugins frameworktype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application