2
0
Эх сурвалжийг харах

Fixes #2833: Fix form widget for front port template creation

Jeremy Stretch 7 жил өмнө
parent
commit
b508415983

+ 1 - 0
CHANGELOG.md

@@ -3,6 +3,7 @@ v2.5.5 (FUTURE)
 ## Bug Fixes
 ## Bug Fixes
 
 
 * [#2824](https://github.com/digitalocean/netbox/issues/2824) - Fix template exception when viewing rack elevations list
 * [#2824](https://github.com/digitalocean/netbox/issues/2824) - Fix template exception when viewing rack elevations list
+* [#2833](https://github.com/digitalocean/netbox/issues/2833) - Fix form widget for front port template creation
 
 
 ---
 ---
 
 

+ 0 - 1
netbox/dcim/forms.py

@@ -1066,7 +1066,6 @@ class FrontPortTemplateCreateForm(ComponentForm):
         choices=[],
         choices=[],
         label='Rear ports',
         label='Rear ports',
         help_text='Select one rear port assignment for each front port being created.',
         help_text='Select one rear port assignment for each front port being created.',
-        widget=StaticSelect2(),
     )
     )
 
 
     def __init__(self, *args, **kwargs):
     def __init__(self, *args, **kwargs):