fixes #2484 - Local config context not available on the Virtual Machine Edit Form

This commit is contained in:
John Anderson
2018-10-03 17:16:01 -04:00
parent 6559c607a3
commit b16dbc8ae4
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,8 @@ v2.4.6 (FUTURE)
## Bug Fixes
[#2483](https://github.com/digitalocean/netbox/issues/2483) - Set max item count of API-populated form fields to MAX_PAGE_SIZE
* [#2483](https://github.com/digitalocean/netbox/issues/2483) - Set max item count of API-populated form fields to MAX_PAGE_SIZE
* [#2484](https://github.com/digitalocean/netbox/issues/2484) - Local config context not available on the Virtual Machine Edit Form
---