Fixes #9729: Fix ordering of content type creation to ensure compatability with demo data

This commit is contained in:
jeremystretch
2022-07-15 13:27:20 -04:00
parent ca75362630
commit a6f4299c7f
2 changed files with 9 additions and 4 deletions

View File

@@ -99,6 +99,7 @@ Custom field UI visibility has no impact on API operation.
### Bug Fixes
* [#9728](https://github.com/netbox-community/netbox/issues/9728) - Fix validation when assigning a virtual machine to a device
* [#9729](https://github.com/netbox-community/netbox/issues/9729) - Fix ordering of content type creation to ensure compatability with demo data
### Plugins API