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

Fixes #8317: Fix CSV import of multi-select custom field values

This commit is contained in:
jeremystretch
2022-01-11 14:52:47 -05:00
parent 0b2a43cfcc
commit 7421e5f7d7
4 changed files with 76 additions and 15 deletions

View File

@@ -16,6 +16,7 @@
* [#8301](https://github.com/netbox-community/netbox/issues/8301) - Fix delete button for various object children views
* [#8305](https://github.com/netbox-community/netbox/issues/8305) - Fix assignment of custom field data to FHRP groups via UI
* [#8306](https://github.com/netbox-community/netbox/issues/8306) - Redirect user to previous page after login
* [#8317](https://github.com/netbox-community/netbox/issues/8317) - Fix CSV import of multi-select custom field values
---