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

Fixes #3709: Prevent exception when importing an invalid cable definition

This commit is contained in:
Jeremy Stretch
2019-11-26 16:46:51 -05:00
parent 6a451e0c0e
commit 1d18948307
2 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
* [#3669](https://github.com/netbox-community/netbox/issues/3669) - Include `weight` field in prefix/VLAN role form
* [#3674](https://github.com/netbox-community/netbox/issues/3674) - Include comments on PowerFeed view
* [#3679](https://github.com/netbox-community/netbox/issues/3679) - Fix link for assigned ipaddress in interface page
* [#3709](https://github.com/netbox-community/netbox/issues/3709) - Prevent exception when importing an invalid cable definition
# v2.6.7 (2019-11-01)