http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #102 from Jonathan Druart <[email protected]> --- (In reply to Paola Rossi from comment #97) > Search) The form in the left column of the page keeps the current search > values only for non-additional fields. Every time the user selects "Search", > the search values currently chosen for the additional searchable fields are > lost or ruined. > In case of category additional fields, the current search values are lost, > reset to "ALL" every time the user selects "Search". > In case of marc additional fields, the current search values are set to a > Hash value every time the user selects "Search". > > So I pass the patch to "Failed QA" status. Arg, stupid mistake, sorry. - [% IF av.authorised_value == additional_field_filters.${field.name} %] + [% IF av.authorised_value == additional_field_filters.${field.name}.value %] This should be fixed now. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
