Fixes #4604: Multi-position rear ports may only be connected to other rear ports

This commit is contained in:
Jeremy Stretch
2020-05-07 16:22:04 -04:00
parent b7a96a33ef
commit e14e217fcd
2 changed files with 19 additions and 12 deletions

View File

@@ -5,6 +5,7 @@ v2.8.4 (FUTURE)
### Bug Fixes
* [#4598](https://github.com/netbox-community/netbox/issues/4598) - Display error message when invalid cable length is specified
* [#4604](https://github.com/netbox-community/netbox/issues/4604) - Multi-position rear ports may only be connected to other rear ports
---