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

Fixes #15070: Fix inclusion of config_template field on REST API serializer for virtual machines

This commit is contained in:
Jeremy Stretch
2024-02-08 09:10:24 -05:00
parent 64b2ebdc79
commit 040dbcc875
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
### Bug Fixes
* [#15070](https://github.com/netbox-community/netbox/issues/15070) - Fix inclusion of `config_template` field on REST API serializer for virtual machines
* [#15084](https://github.com/netbox-community/netbox/issues/15084) - Fix "add export template" link under "export" button on object list views
---