Skip to content

Many views broken in 3.1.3 due to moved "templatetags/tag.html" #8187

@bluikko

Description

@bluikko

NetBox version

v3.1.3

Python version

3.8

Steps to Reproduce

  1. Update from 3.1.2 to 3.1.3
  2. 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 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