Skip to content

Setting Tags in Virtual Device Contexts and displaying the Tags column causes an error #14575

@grncbg

Description

@grncbg

Deployment Type

Self-hosted

NetBox Version

v3.6.7

Python Version

3.8

Steps to Reproduce

  1. Add a new virtual device context with tags
    Add
  2. Navigate to "Virtual Device Contexts" and press the "Configure Table" button.
  3. Add the Tags column and press Save.
    Add the Tags column
  4. A NoReverseMatch Exception was raised
    Causes an error

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 availablestatus: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions