La valeur zéro est permise.

This commit is contained in:
obenassy 2004-06-30 19:44:43 +00:00
parent 79e5cda030
commit b0269e4271
1 changed files with 1 additions and 1 deletions

View File

@ -1076,7 +1076,7 @@ class RadioButtons(ExclusiveChoiceMixin, proxyWidgets.RadioButtons):
fieldName = slot.getFieldName()
kind = slot.getKind()
try:
value = slot.getValue() or ''
value = slot.getValue()
except IndexError:
value = None