Merge "Make switched multiple choice field work"

This commit is contained in:
Zuul 2018-02-03 18:37:03 +00:00 committed by Gerrit Code Review
commit d7722d532f
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class AddEndpointGroupAction(workflows.Action):
subnets = forms.MultipleChoiceField(
required=False,
label=_("Local System Subnets"),
widget=forms.ThemableCheckboxSelectMultiple(attrs={
widget=forms.CheckboxSelectMultiple(attrs={
'class': 'switched',
'data-switch-on': 'type',
'data-type-subnet': _("External System Subnets"),