Fixes #5356: Populate manufacturer field when adding a device component template

This commit is contained in:
Jeremy Stretch
2020-11-17 16:30:58 -05:00
parent a46bcda24f
commit ae61450406
2 changed files with 5 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
* [#5345](https://github.com/netbox-community/netbox/issues/5345) - Fix non-deterministic ordering of prefixes and IP addresses
* [#5350](https://github.com/netbox-community/netbox/issues/5350) - Filter available racks by selected group when creating a rack reservation
* [#5355](https://github.com/netbox-community/netbox/issues/5355) - Limit rack groups by selected site when editing a rack
* [#5356](https://github.com/netbox-community/netbox/issues/5356) - Populate manufacturer field when adding a device component template
---