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

Fixes #6258: Fix parent assignment for SiteGroup API serializer

This commit is contained in:
jeremystretch
2021-04-23 09:37:22 -04:00
parent 648b9dd7d8
commit 1901e93b1e
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#6246](https://github.com/netbox-community/netbox/issues/6246) - Permit full-length descriptions when creating device components and VM interfaces
* [#6258](https://github.com/netbox-community/netbox/issues/6258) - Fix parent assignment for SiteGroup API serializer
---