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

Fixes #3953: Fix validation error when creating child devices

This commit is contained in:
Jeremy Stretch
2020-01-17 14:22:58 -05:00
parent c6eb40daa8
commit 439fa731ba
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
## Bug Fixes
* [#3951](https://github.com/netbox-community/netbox/issues/3951) - Fix exception in webhook worker due to missing constant
* [#3953](https://github.com/netbox-community/netbox/issues/3953) - Fix validation error when creating child devices
---