Closes #4835: Support passing multiple initial values for multiple choice fields

This commit is contained in:
Jeremy Stretch
2020-07-08 12:50:12 -04:00
parent 20ee8ec107
commit fec3ee6f08
5 changed files with 54 additions and 21 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#4821](https://github.com/netbox-community/netbox/issues/4821) - Restrict group options by selected site when bulk editing VLANs
* [#4835](https://github.com/netbox-community/netbox/issues/4835) - Support passing multiple initial values for multiple choice fields
---