-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Closed
Copy link
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
Deployment Type
Self-hosted
NetBox Version
v4.1.0
Python Version
3.12
Steps to Reproduce
- On {host}/dcim/interface-templates/{id}/edit/?return_url=/dcim/module-types/{module_type_id}/interfaces/ the bridge interface is not filtering the interfaces of the {module_type_id} module type.
- And when you select the correct interface, you get an error after clicking on save button.
Expected Behavior
To filter the interfaces of the correct module type and to save without any error.
Observed Behavior
There is the reported error.
<class 'django.core.exceptions.ImproperlyConfigured'>
Could not resolve URL for hyperlinked relationship using view name "". You may have failed to include the related model in your API, or incorrectly configured the lookup_field attribute on this field.
Python version: 3.12.3
NetBox version: 4.1.0
Plugins: None installed
Metadata
Metadata
Assignees
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application