https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27859
--- Comment #60 from David Gustafsson <[email protected]> --- (In reply to David Cook from comment #52) > Failing QA for a couple of things. > > 1. > New features like EnableElasticsearchSearchResultExport should default to > off, but it's currently defaulting to on. Ok, didn't know about that. This has now been fixed. > 2. > In "Export all results", "MARC XML" should be "MARCXML" to be consistent > with other interfaces. Yes, that\s clearly wrong. Fixed there and on the syspref page. > 3. > I'm following the test plan but it keeps saying Failed with this report: > > "Search results export for the query " failed with the following errors:" My mistake, should have tested it again after the rabase. Had some issues with running scheduled jobs in my environment so that's why, but made sure to fix this to be able to test. The error was caused by my changing that the reture value of search_documents_encode is no longer binary but a perl utf8 string, so mod5_hex fails, so need to encode the data before calculating a hash. There has also been some changes to the previous callback arguments of the updateProgress javascript function, which I also had to be adjusted for. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
