[Koha-bugs] [Bug 7401] Shelving Location facet instead of Branch facet when only 1 branch configured

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 22 10:03:47 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7401

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Patch doesn't apply

--- Comment #16 from Paul Poulain <paul.poulain at 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.


More information about the Koha-bugs mailing list