1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #4646: Correct UI link for reports with custom name

This commit is contained in:
Jeremy Stretch
2020-05-15 09:13:51 -04:00
parent 8394ff5537
commit ba91b3aa2e
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ v2.8.5 (FUTURE)
* [#3304](https://github.com/netbox-community/netbox/issues/3304) - Fix caching invalidation issue related to device/virtual machine primary IP addresses
* [#4644](https://github.com/netbox-community/netbox/issues/4644) - Fix ordering of services table by parent
* [#4646](https://github.com/netbox-community/netbox/issues/4646) - Correct UI link for reports with custom name
* [#4647](https://github.com/netbox-community/netbox/issues/4647) - Fix caching invalidation issue related to assigning new IP addresses to interfaces
---