Fixes #8761: Correct view name resolution under journal entry views

This commit is contained in:
jeremystretch
2022-02-28 12:06:45 -05:00
parent 7823fa05ef
commit da6ed8ea11
2 changed files with 4 additions and 3 deletions

View File

@@ -154,6 +154,7 @@ Where it is desired to limit the range of available VLANs within a group, users
* [#8671](https://github.com/netbox-community/netbox/issues/8671) - Fix AttributeError when viewing console/power/interface connection lists
* [#8682](https://github.com/netbox-community/netbox/issues/8682) - Limit available VLANs by group min/max VIDs
* [#8683](https://github.com/netbox-community/netbox/issues/8683) - Fix `ZoneInfoNotFoundError` exception under Python 3.9+
* [#8761](https://github.com/netbox-community/netbox/issues/8761) - Correct view name resolution under journal entry views
### Other Changes