do not abort on missing values

This commit is contained in:
Frédéric Péters 2014-02-12 11:49:54 +01:00
parent 78d2f88bff
commit d2f416b53e
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ def AjaxChosenMultiFieldWidget(field, request):
widget = z3c.form.widget.FieldWidget(field,
AjaxChosenMultiSelectionWidget(request))
widget.populate_select = True
widget.ignoreMissing = True
return widget