Fixes #8951: Allow changing device type & platform to different manufacturer simultaneously

This commit is contained in:
jeremystretch
2022-03-24 10:34:09 -04:00
parent e09ab79a1a
commit 30a6dc2f64
3 changed files with 3 additions and 7 deletions

View File

@@ -18,6 +18,7 @@
* [#8924](https://github.com/netbox-community/netbox/issues/8924) - Improve load time of custom script list
* [#8932](https://github.com/netbox-community/netbox/issues/8932) - Fix error when setting null value for interface `rf_role` via REST API
* [#8935](https://github.com/netbox-community/netbox/issues/8935) - Correct ordering of next/previous racks to use naturalized names
* [#8951](https://github.com/netbox-community/netbox/issues/8951) - Allow changing device type & platform to different manufacturer simultaneously
---