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

Fixes #2762: Add missing DCIM field values to API _choices endpoint

This commit is contained in:
Jeremy Stretch
2019-01-08 11:50:43 -05:00
parent f7f6704fc1
commit 73a1d6a7ba
2 changed files with 9 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ v2.5.3 (FUTURE)
## Bug Fixes
* [#2742](https://github.com/digitalocean/netbox/issues/2742) - Preserve cluster assignment when editing a device
* [#2762](https://github.com/digitalocean/netbox/issues/2762) - Add missing DCIM field values to API `_choices` endpoint
---