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

Fixes #4049: Restore missing tags field in IPAM service serializer

This commit is contained in:
Jeremy Stretch
2020-01-29 16:22:06 -05:00
parent 943c644dc9
commit 03087e9d01
3 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,7 @@
## Bug Fixes
* [#4043](https://github.com/netbox-community/netbox/issues/4043) - Fix toggling of required fields in custom scripts
* [#4049](https://github.com/netbox-community/netbox/issues/4049) - Restore missing `tags` field in IPAM service serializer
---