Fixes #8724: Fix exception during device import with invalid device type

This commit is contained in:
jeremystretch
2022-03-04 13:45:59 -05:00
parent 6423b386d2
commit 81610ba86e
2 changed files with 6 additions and 4 deletions

View File

@@ -20,6 +20,7 @@
* [#8710](https://github.com/netbox-community/netbox/issues/8710) - Fix dynamic scope selection form fields when creating a VLAN group
* [#8713](https://github.com/netbox-community/netbox/issues/8713) - Restore missing "add" button on services list view
* [#8717](https://github.com/netbox-community/netbox/issues/8717) - Fix redirection after bulk edit/delete of prefixes from aggregate view
* [#8724](https://github.com/netbox-community/netbox/issues/8724) - Fix exception during device import with invalid device type
---