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

Merge pull request #6449 from 991jo/device_type_import_fix

Fixed #6438 Device Type Import does not import/export description/label fields for many components
This commit is contained in:
Jeremy Stretch
2021-05-21 11:16:32 -04:00
committed by GitHub
3 changed files with 25 additions and 8 deletions

View File

@@ -13,6 +13,7 @@
* [#6376](https://github.com/netbox-community/netbox/issues/6376) - Fix assignment of VLAN groups to clusters, cluster groups via REST API
* [#6398](https://github.com/netbox-community/netbox/issues/6398) - Avoid exception when deleting device connected to self via circuit
* [#6426](https://github.com/netbox-community/netbox/issues/6426) - Allow assigning virtual chassis member interfaces to LAG on VC master
* [#6438](https://github.com/netbox-community/netbox/issues/6438) - Fix missing descriptions and label for device type imports and exports
---