Fixes #7148: Handle array values when constructing API URLs

This commit is contained in:
thatmattlove
2021-09-02 08:58:55 -07:00
parent e40ce13385
commit 54f4b7bec3
13 changed files with 65 additions and 41 deletions

View File

@@ -2,6 +2,7 @@
## v3.0.2 (FUTURE)
* [#7131](https://github.com/netbox-community/netbox/issues/7131) - Fix issue where Site fields were hidden when editing a VLAN group
* [#7148](https://github.com/netbox-community/netbox/issues/7148) - Fix issue where static query parameters with multiple values were not queried properly
---