http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #24605|0 |1 is obsolete| | --- Comment #50 from Jonathan Druart <[email protected]> --- Created attachment 24607 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24607&action=edit Bug 11096: fallback to the correct defaults if config entries missing As of bug 7818 misc/migration_tools/rebuild_zebra.pl behaves like: - bib_index_mode (defaults to 'grs1' if not specified) - auth_index_mode (defaults to 'dom') we should do the same in C4::Context. So people having old config files have a seamless behaviour. Regards To+ Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Jonathan Druart <[email protected]> Without this patch, I got Can't call method "data" on an undefined value at /home/koha/src/C4/Search.pm line 1740. without zebra_bib_index_mode entry in my koha config file. With this patch, the search works as before. -- 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/
