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

Fixes #4137: Disable occupied terminations when connecting a cable to a circuit

This commit is contained in:
Jeremy Stretch
2020-02-11 14:56:02 -05:00
parent 2503978555
commit 2ab382eec5
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
* [#4099](https://github.com/netbox-community/netbox/issues/4099) - Linkify interfaces on global interfaces list
* [#4108](https://github.com/netbox-community/netbox/issues/4108) - Avoid extraneous database queries when rendering search forms
* [#4134](https://github.com/netbox-community/netbox/issues/4134) - Device power ports and outlets should inherit type from the parent device type
* [#4137](https://github.com/netbox-community/netbox/issues/4137) - Disable occupied terminations when connecting a cable to a circuit
---