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

Fixes #7148: Handle array values when constructing API URLs

This commit is contained in:
thatmattlove
2021-09-02 08:58:55 -07:00
parent caa2813d0d
commit 113358f2de
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
---