-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: 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
v3.6.7
Python Version
3.8
Steps to Reproduce
- Add a new virtual device context with tags

- Navigate to "Virtual Device Contexts" and press the "Configure Table" button.
- Add the Tags column and press Save.

- A NoReverseMatch Exception was raised

Server Error
There was a problem with your request. Please contact an administrator.The complete exception is provided below:
<class 'django.urls.exceptions.NoReverseMatch'>
Reverse for 'vdc_list' not found. 'vdc_list' is not a valid view function or pattern name.
Python version: 3.8.10
NetBox version: 3.6.7
Plugins:
netbox_demo: 0.3.1
If further assistance is required, please post to the NetBox discussion forum on GitHub.
Expected Behavior
The Virtual Device Contexts with the added Tags column are displayed.
Observed Behavior
A NoReverseMatch Exception was raised
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: 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