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

Fixes #5738: Fix redirect to device components view after disconnecting a cable

This commit is contained in:
Jeremy Stretch
2021-02-04 13:19:42 -05:00
parent e3e928f1c4
commit 1430c0a6e6
3 changed files with 36 additions and 5 deletions

View File

@ -6,6 +6,7 @@
* [#5716](https://github.com/netbox-community/netbox/issues/5716) - Fix filtering rack reservations by custom field
* [#5718](https://github.com/netbox-community/netbox/issues/5718) - Fix bulk editing of services when no port(s) are defined
* [#5738](https://github.com/netbox-community/netbox/issues/5738) - Fix redirect to device components view after disconnecting a cable
---