[Koha-bugs] [Bug 15098] Itemtype description missing from facets for itypes in a search group

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 4 13:38:28 CET 2015


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

--- Comment #6 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Created attachment 44364
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44364&action=edit
Bug 15098: Itemtype description missing from facets for itypes in a search
group

This patch adds a second variable to hold item types info
just for facets.

In case we have an item type in a search category, it's description
is removed from GetItemTypesCategorized, which is good for advanced
search, but no for facets

A second var is needed which holds all item type info.

To test:
On top of Bug 15092 patches (no really needed, but I write this on top
of them)
1) Add an item type to a search group
2) Do a search in opac, in facets will see only item type code,
no description, for that item type
3) Apply the patch
4) Repeat search, now description must be present

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list