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

Fixes #4008: Toggle rack elevation face using front/rear strings

This commit is contained in:
Jeremy Stretch
2020-01-24 15:28:15 -05:00
parent 45b66b174c
commit 35cbee5107
3 changed files with 9 additions and 12 deletions

View File

@ -13,6 +13,7 @@
* [#3983](https://github.com/netbox-community/netbox/issues/3983) - Permit the creation of multiple unnamed devices
* [#3989](https://github.com/netbox-community/netbox/issues/3989) - Correct HTTP content type assignment for webhooks
* [#3999](https://github.com/netbox-community/netbox/issues/3999) - Do not filter child results by null if non-required parent fields are blank
* [#4008](https://github.com/netbox-community/netbox/issues/4008) - Toggle rack elevation face using front/rear strings
---