Fixes #9227: Fix related object assignment when recording change record for interfaces

This commit is contained in:
jeremystretch
2022-04-27 14:12:20 -04:00
parent 21e2fd9a91
commit 64c4cf2658
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
* [#9194](https://github.com/netbox-community/netbox/issues/9194) - Support position assignment when add module bays to multiple devices
* [#9206](https://github.com/netbox-community/netbox/issues/9206) - Show header for comments field under module & module type creation views
* [#9222](https://github.com/netbox-community/netbox/issues/9222) - Fix circuit ID display under cable view
* [#9227](https://github.com/netbox-community/netbox/issues/9227) - Fix related object assignment when recording change record for interfaces
---