plone / plone.formwidget.querystring

z3c.form-based widget for composing a Query string/search
https://pypi.org/project/plone.formwidget.querystring/
3 stars 4 forks source link

Fix criteria checkbox rendering if value contains non ASCII characters. #10

Closed rnixx closed 9 years ago

rnixx commented 9 years ago

fixes #9

not sure whether it would be better to fix IQuerystringRegistryReader implementation in plone.app.querystring to decode index value's keys properly, but that might effect some lower level stuff, so i just decoded in template. BTW - the traceback was really crappy. The wrapping template swallowed the inner template traceback, so no senceful hint was displayed what happend at all.

cheers