-
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.1.3
Python version
3.8
Steps to Reproduce
- Update from 3.1.2 to 3.1.3
- Try to open Devices or Virtual Machines views, there is an error about missing "utilities/templatetags/tag.html"
It seem to stem from f369b5f where tables.py was not updated after file moved?
Now it might also be that I screwed up my update, but it is the same automated process that has worked for a number of updates.
Expected Behavior
The views should work like before.
Observed Behavior
It seems like the file netbox/utilities/tables.py has a wrong path for an include, seems some files have moved around.
It is only result of my quick troubleshooting while trying to get the production instance back up - my fault, should have actually clicked around plenty in the testing instance before updating production....
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