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

Fixes #9330: Add missing module_type field to REST API serializers for modular device component templates

This commit is contained in:
jeremystretch
2022-05-11 08:57:19 -04:00
parent e759e123ac
commit bdb21da26e
3 changed files with 167 additions and 35 deletions

View File

@@ -17,6 +17,7 @@
* [#9306](https://github.com/netbox-community/netbox/issues/9306) - Include VC master interfaces when selecting a LAG/bridge for a VC member interface
* [#9311](https://github.com/netbox-community/netbox/issues/9311) - Permit creating contact assignment without a priority via the REST API
* [#9313](https://github.com/netbox-community/netbox/issues/9313) - Remove HTML code from CSV output of many-to-many relationships
* [#9330](https://github.com/netbox-community/netbox/issues/9330) - Add missing `module_type` field to REST API serializers for modular device component templates
---