[Zope-Checkins] CVS: Zope/lib/python/ZPublisher - Converters.py:1.22
Richard Jones
richard@commonground.com.au
Tue, 22 Apr 2003 21:50:35 -0400
Update of /cvs-repository/Zope/lib/python/ZPublisher
In directory cvs.zope.org:/tmp/cvs-serv26819
Modified Files:
Converters.py
Log Message:
Have ZPublisher / PropertyManager handle missing values for "multiple
selection" properties better (ie. default to an empty list, not empty string)
=== Zope/lib/python/ZPublisher/Converters.py 1.21 => 1.22 ===
--- Zope/lib/python/ZPublisher/Converters.py:1.21 Sat Nov 30 03:06:22 2002
+++ Zope/lib/python/ZPublisher/Converters.py Tue Apr 22 21:50:34 2003
@@ -165,6 +165,7 @@
'required': field2required,
'tokens': field2tokens,
'lines': field2lines,
+ 'multiple selection': field2lines,
'text': field2text,
'boolean': field2boolean,
'ustring': field2ustring,