Fixes #9079: Fail validation when an inventory item is assigned as its own parent

This commit is contained in:
jeremystretch
2022-04-08 09:08:55 -04:00
parent 20e7868854
commit e8f120f534
2 changed files with 10 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
* [#9057](https://github.com/netbox-community/netbox/issues/9057) - Fix missing instance counts for module types
* [#9061](https://github.com/netbox-community/netbox/issues/9061) - Change inheritance order for DeviceComponentFilterSets
* [#9065](https://github.com/netbox-community/netbox/issues/9065) - Min/max VID should not be required when filtering VLAN groups
* [#9079](https://github.com/netbox-community/netbox/issues/9079) - Fail validation when an inventory item is assigned as its own parent
---