-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: 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
NetBox version
v3.0
Python version
3.8
Steps to Reproduce
In version 2.x I had added some more column to be visible on the prefixes. I believe it was "Tags"
after upgrading to version 3.0 I get the following error when clicking "child prefixes" on a prefix.
The complete exception is provided below:
<class 'AttributeError'>
'str' object has no attribute 'available_columns'
Python version: 3.8.6
NetBox version: 3.0.0
Expected Behavior
Page showing child prefixes
Observed Behavior
The complete exception is provided below:
<class 'AttributeError'>
'str' object has no attribute 'available_columns'
Python version: 3.8.6
NetBox version: 3.0.0
abrahamvegh and mgades
Metadata
Metadata
Assignees
Labels
status: 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