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

Fixes #4449: Fix reservation edit/delete button URLs on rack view

This commit is contained in:
Jeremy Stretch
2020-04-03 12:13:36 -04:00
parent 4ab3854d66
commit 1f3a21ba20
2 changed files with 3 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
* [#4418](https://github.com/netbox-community/netbox/issues/4418) - Fail cleanly when trying to import multiple device types simultaneously
* [#4438](https://github.com/netbox-community/netbox/issues/4438) - Fix exception when disconnecting a cable from a power feed
* [#4439](https://github.com/netbox-community/netbox/issues/4439) - Tweak display of unset custom integer fields
* [#4449](https://github.com/netbox-community/netbox/issues/4449) - Fix reservation edit/delete button URLs on rack view
---