Fixes #3018: Components connected via a cable must have an equal number of positions

This commit is contained in:
Jeremy Stretch
2019-07-31 10:12:07 -04:00
parent ea32853ab3
commit a32d185ff0
2 changed files with 11 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ v2.6.2 (FUTURE)
## Bug Fixes
* [#3018](https://github.com/netbox-community/netbox/issues/3018) - Components connected via a cable must have an equal number of positions
* [#3289](https://github.com/netbox-community/netbox/issues/3289) - Prevent position from being nullified when moving a device to a new rack
* [#3293](https://github.com/netbox-community/netbox/issues/3293) - Enable filtering device components by multiple device IDs
* [#3315](https://github.com/netbox-community/netbox/issues/3315) - Enable filtering devices/interfaces by multiple MAC addresses