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

Fixes #4775: Allow selecting an alternate device type when creating component templates

This commit is contained in:
Jeremy Stretch
2020-06-18 11:59:24 -04:00
parent 0800279325
commit c5dc075fb0
3 changed files with 38 additions and 56 deletions

View File

@ -6,6 +6,7 @@
* [#4766](https://github.com/netbox-community/netbox/issues/4766) - Fix redirect after login when `next` is not specified
* [#4772](https://github.com/netbox-community/netbox/issues/4772) - Fix "brief" format for the secrets REST API endpoint
* [#4775](https://github.com/netbox-community/netbox/issues/4775) - Allow selecting an alternate device type when creating component templates
---