[Koha-bugs] [Bug 14816] Item search returns no results with multiple values selected for one field

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 13 12:19:34 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14816

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Julian,
I'd suggest to simplify with something like:
  $form.find('select').not('[disabled]').find('option:selected').each(function
() {

I have tried and it seems to work, please confirm.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list