Fixes #10517: Automatically inherit site assignment from cluster when creating a virtual machine

This commit is contained in:
jeremystretch
2022-10-03 15:35:45 -04:00
parent 639b0935b5
commit 11df4a4e53
3 changed files with 8 additions and 4 deletions

View File

@@ -20,6 +20,7 @@
* [#10480](https://github.com/netbox-community/netbox/issues/10480) - Cable trace SVG links should not force a new window
* [#10491](https://github.com/netbox-community/netbox/issues/10491) - Clarify representation of blocking contact assignments during contact deletion
* [#10513](https://github.com/netbox-community/netbox/issues/10513) - Disable the reassignment of a module to a new device
* [#10517](https://github.com/netbox-community/netbox/issues/10517) - Automatically inherit site assignment from cluster when creating a virtual machine
---