[Koha-bugs] [Bug 17535] Regression: Search for reports by keywords

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 2 10:39:49 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17535

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 57069
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57069&action=edit
Bug 17535: Fix search for reports by keywords

The commit cf9031711282f4be23e4a639797d0fd178940e1f
    Bug 14435: Add the ability to store result's report
introduced a regression when searching for reports by keywords.
It also breaks tests in t/db_dependent/Reports/Guided.t

It's caused by the missing join on saved_reports.
The error says DBD::mysql::db selectall_arrayref failed: Unknown column
'report' in 'where clause'

Test plan:
Confirm that the tests are fixed and that you are able to search for
reports using the "keyword" input

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


More information about the Koha-bugs mailing list