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

Fixes #3812: Only preload selected options for API-based select

This commit is contained in:
Saria Hajjar
2020-01-01 15:54:00 +00:00
parent 8a4293a4cc
commit 53625e0dea
3 changed files with 8 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
* [#3705](https://github.com/netbox-community/netbox/issues/3705) - Provide request context when executing custom scripts
* [#3762](https://github.com/netbox-community/netbox/issues/3762) - Add date/time picker widgets
* [#3788](https://github.com/netbox-community/netbox/issues/3788) - Enable partial search for inventory items
* [#3812](https://github.com/netbox-community/netbox/issues/3812) - Optimize size of pages containing a dynamic selection field
## Bug Fixes