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

Fixes #4196: Fix exception when viewing LLDP neighbors page

This commit is contained in:
Jeremy Stretch
2020-02-18 16:21:50 -05:00
parent 2a1de0202f
commit 84d078a539
2 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
* [#4179](https://github.com/netbox-community/netbox/issues/4179) - Site is required when creating a rack group or power panel
* [#4183](https://github.com/netbox-community/netbox/issues/4183) - Fix representation of NaturalOrderingField values in change log
* [#4194](https://github.com/netbox-community/netbox/issues/4194) - Role field should not be required when searching/filtering secrets
* [#4196](https://github.com/netbox-community/netbox/issues/4196) - Fix exception when viewing LLDP neighbors page
---