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

Fixes #7169: Fix CSV import file upload

This commit is contained in:
jeremystretch
2021-09-03 13:46:38 -04:00
parent 94300b221e
commit 0d7986e082
3 changed files with 27 additions and 12 deletions

View File

@@ -5,6 +5,7 @@
* [#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
* [#7153](https://github.com/netbox-community/netbox/issues/7153) - Allow clearing of assigned device type images
* [#7169](https://github.com/netbox-community/netbox/issues/7169) - Fix CSV import file upload
---