http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7401
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Patch doesn't apply --- Comment #16 from Paul Poulain <[email protected]> --- sorry, but this patch does not apply correctly anymore, because of bug 3216, applied 2 weeks ago. The bug 3216 changes the content of the array, from: my $library_facet = { idx => 'branch', label => 'Libraries', tags => [ qw/ 995b / ], expanded => '1', }; to $library_facet = { link_value => 'branch', label_value => 'Libraries', tags => [ '995', ], subfield => 'b', expanded => '1', }; solving this conflict is not trivial, I won't do it myself, sorry for the annoyance to do it again -- 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/
