Comment 2 for bug 81394

Revision history for this message
Francis J. Lacoste (flacoste) wrote : Re: Passing a list to the search tickets view crashes

There also an underlying problem with the Zope3 widget which is that if a list is pass to ItemsWidgetBase, it will crash like in the OOPS.

It should probably catch the TypeError in convertTokensToValue() and transform it into the appropriate exception for the widget system (probably ConversionError).