Просмотр исходного кода

Fixes #7412: Fix exception in UI when adding child device to device bay

jeremystretch 4 лет назад
Родитель
Сommit
a5b99e7148
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      docs/release-notes/version-3.0.md
  2. 1 0
      netbox/dcim/forms/models.py

+ 1 - 0
docs/release-notes/version-3.0.md

@@ -9,6 +9,7 @@
 * [#7397](https://github.com/netbox-community/netbox/issues/7397) - Fix AttributeError exception when rendering export template for devices via REST API
 * [#7397](https://github.com/netbox-community/netbox/issues/7397) - Fix AttributeError exception when rendering export template for devices via REST API
 * [#7401](https://github.com/netbox-community/netbox/issues/7401) - Pin `jsonschema` package to v3.2.0 to fix REST API docs rendering
 * [#7401](https://github.com/netbox-community/netbox/issues/7401) - Pin `jsonschema` package to v3.2.0 to fix REST API docs rendering
 * [#7411](https://github.com/netbox-community/netbox/issues/7411) - Fix exception in UI when adding member devices to virtual chassis
 * [#7411](https://github.com/netbox-community/netbox/issues/7411) - Fix exception in UI when adding member devices to virtual chassis
+* [#7412](https://github.com/netbox-community/netbox/issues/7412) - Fix exception in UI when adding child device to device bay
 
 
 ---
 ---
 
 

+ 1 - 0
netbox/dcim/forms/models.py

@@ -38,6 +38,7 @@ __all__ = (
     'LocationForm',
     'LocationForm',
     'ManufacturerForm',
     'ManufacturerForm',
     'PlatformForm',
     'PlatformForm',
+    'PopulateDeviceBayForm',
     'PowerFeedForm',
     'PowerFeedForm',
     'PowerOutletForm',
     'PowerOutletForm',
     'PowerOutletTemplateForm',
     'PowerOutletTemplateForm',