Merge pull request #3813 from hSaria/3812-optimize-select-api

Fixes #3812: Only preload selected options for API-based select
This commit is contained in:
Jeremy Stretch
2020-01-02 10:05:06 -05:00
committed by GitHub
3 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,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