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

Fixes #6110: Fix handling of TemplateColumn values for table export

This commit is contained in:
jeremystretch
2021-04-08 10:30:13 -04:00
parent 54d9ca8ed8
commit d6fcd22752
2 changed files with 5 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
* [#6105](https://github.com/netbox-community/netbox/issues/6105) - Hide checkboxes for VMs under cluster VMs view
* [#6106](https://github.com/netbox-community/netbox/issues/6106) - Allow assigning a virtual interface as the parent of an existing interface
* [#6107](https://github.com/netbox-community/netbox/issues/6107) - Fix rack selection field on device form
* [#6110](https://github.com/netbox-community/netbox/issues/6110) - Fix handling of TemplateColumn values for table export
---