https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15774 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #10 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- QA comments: 1/ Regression: On serials/serials-search.pl, the filters are not filled with what the users searched for and the additional fields linked to an AV are not displayed as a dropdown list. 2/ What does mean an additional field linked to a MARC field for aqbasket? I think that this option should be hidden for this table (additional fields admin page, /acqui/histsearch.pl, add basket page, etc.) 3/ No test coverage for update_fields_from_query, get_filters_from_query and get_filters_as_values. 4/ When searching an order, there is no way not to set a "all" value for additional fields linked to AV. 5/ When searching an order and the search does not return any results, the field should contain what the user filled in. 6/ update_fields_from_query and get_filters_from_query should not deal with the CGI object. It would be better to pass the relevant variables instead. Marked as Failed QA. -- You are receiving this mail because: You are watching all bug changes.