Skip to content

Commit

Permalink
URB-2617. Migrate MultiSelectionWidget to MultiSelect2Widget
Browse files Browse the repository at this point in the history
ref: URB-2575
  • Loading branch information
jimbiscuit authored and mpeeters committed May 26, 2023
1 parent 38f95bc commit 8a1d194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Products/urban/content/licence/PreliminaryNotice.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
),
LinesField(
name='classification_order_scope',
widget=MultiSelectionWidget(
widget=MultiSelect2Widget(
format='checkbox',
label=_('urban_label_classification_order_scope', default='Classification_order_scope'),
),
Expand Down

0 comments on commit 8a1d194

Please sign in to comment.