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

Fixes #8976: Add missing object_type field on CustomField REST API serializer

This commit is contained in:
jeremystretch
2022-03-28 13:34:37 -04:00
parent 340ff82487
commit 227bac7c60
3 changed files with 11 additions and 3 deletions

View File

@@ -152,6 +152,7 @@ Where it is desired to limit the range of available VLANs within a group, users
* [#8869](https://github.com/netbox-community/netbox/issues/8869) - Fix NoReverseMatch exception when displaying tag w/assignments
* [#8872](https://github.com/netbox-community/netbox/issues/8872) - Enable filtering by custom object fields
* [#8970](https://github.com/netbox-community/netbox/issues/8970) - Permit nested inventory item templates on device types
* [#8976](https://github.com/netbox-community/netbox/issues/8976) - Add missing `object_type` field on CustomField REST API serializer
### Other Changes