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

Fixes #9128: Resolve component labels per module bay position when installing modules

This commit is contained in:
jeremystretch
2022-04-14 11:13:04 -04:00
parent d6df6b444f
commit fa5cf665ce
2 changed files with 13 additions and 7 deletions

View File

@@ -26,6 +26,7 @@
* [#9100](https://github.com/netbox-community/netbox/issues/9100) - Include position field in module type YAML export
* [#9116](https://github.com/netbox-community/netbox/issues/9116) - `assigned_to_interface` filter for IP addresses should not match FHRP group assignments
* [#9118](https://github.com/netbox-community/netbox/issues/9118) - Fix validation error when importing VM child interfaces
* [#9128](https://github.com/netbox-community/netbox/issues/9128) - Resolve component labels per module bay position when installing modules
---