Fixed #6438 Device Type Import does not import/export description/label fields for many components

This commit is contained in:
Johannes Erwerle
2021-05-20 06:30:44 +00:00
parent 546bbe5418
commit ea6c8a1a65
3 changed files with 25 additions and 8 deletions

View File

@@ -12,6 +12,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
---