Fixes: #5374 - Fix exception thrown when tracing mid-point

This commit is contained in:
Daniel Sheppard
2020-11-24 08:41:48 -06:00
parent 6cae4d7ee4
commit e9fb91b197
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#5358](https://github.com/netbox-community/netbox/issues/5358) - Fix user table configuration for VM interfaces
* [#5374](https://github.com/netbox-community/netbox/issues/5374) - Fix exception thrown when tracing mid-point
---