Fixes #6902: Populate device field when cloning device components

This commit is contained in:
jeremystretch
2021-08-06 09:55:47 -04:00
parent 7c8612aadd
commit f23dc2d405
2 changed files with 10 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
* [#6740](https://github.com/netbox-community/netbox/issues/6740) - Add import button to VM interfaces list
* [#6892](https://github.com/netbox-community/netbox/issues/6892) - Fix validation of unit ranges when creating a rack reservation
* [#6902](https://github.com/netbox-community/netbox/issues/6902) - Populate device field when cloning device components
---