http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7401 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Patch doesn't apply --- Comment #16 from Paul Poulain <paul.poulain@biblibre.com> --- 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.