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

Fixes #4930: Replicate label values when instantiating device type components

This commit is contained in:
Jeremy Stretch
2020-07-30 10:05:29 -04:00
parent 55ee3db5bc
commit cea6c98f54
2 changed files with 10 additions and 1 deletions

View File

@ -12,6 +12,7 @@
* [#4912](https://github.com/netbox-community/netbox/issues/4912) - Fix image attachment API endpoint
* [#4914](https://github.com/netbox-community/netbox/issues/4914) - Fix toggling cable status under device view
* [#4921](https://github.com/netbox-community/netbox/issues/4921) - Render non-viewable devices as unavailable space in rack elevations
* [#4930](https://github.com/netbox-community/netbox/issues/4930) - Replicate label values when instantiating device type components
---