Fixes #4306: Fix toggling of device images for all racks in elevations view

This commit is contained in:
Jeremy Stretch
2020-03-03 10:04:35 -05:00
parent 7b6bd75c22
commit 78a1aad6c0
3 changed files with 6 additions and 8 deletions

View File

@@ -16,6 +16,7 @@
* [#4295](https://github.com/netbox-community/netbox/issues/4295) - Fix assignment of parent LAG during interface bulk edit
* [#4300](https://github.com/netbox-community/netbox/issues/4300) - Pass "commit" argument when executing scripts via REST API
* [#4301](https://github.com/netbox-community/netbox/issues/4301) - Fix exception when deleting device type with components
* [#4306](https://github.com/netbox-community/netbox/issues/4306) - Fix toggling of device images for all racks in elevations view
---