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

Selected value of sort_on dropdown was not saved. #8

Closed naro closed 10 years ago

naro commented 10 years ago

'on click' handler is raised too early, we need 'on change' for dropdown.

To reproduce the problem, go to Collection edit form and select different value for sort_on field. The selected value was not saved.

jensens commented 10 years ago

Nice catch! Can you please add a oneliner to CHANGES.rst? Even if its a micro change: IMO it is important enough to be documented for those stumbling over this too.

naro commented 10 years ago

Good point :) Updated.