https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17535 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #57069|0 |1 is obsolete| | --- Comment #2 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 57106 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57106&action=edit [SIGNED-OFF] 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 Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.