11 Oct
2017
11 Oct
'17
2:01 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19445 --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Added below on the BWS sandboxes, probably need to add a test for if ES enabled? 202 eval { 203 Run->new( qq|perl $koha_src_path/misc/search_tools/rebuild_elastic_search.pl -d| ); 204 }; 205 if ( $@ ) { 206 push @errors, "Cannot rebuild elastic: " . $@; 207 } -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.