https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41041

            Bug ID: 41041
           Summary: Item type configured to hide item from OPAC, but shows
                    in facets!
 Change sponsored?: ---
           Product: Koha
           Version: 23.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Created attachment 188044
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=188044&action=edit
Screenshot shows facet of hidden from OPAC item type

We have defined an item type which should be hidden on OPAC, yet as there are
other items under the same biblio record they showed up, and then the facet for
this item type showed on OPAC too.

To add an option to configuration of item type to hide the facet for an item
type from OPAC.

Open Fifth created a workaround in
OpacUserJS system preference to hide this facet from display:

/* Hide Hidden itype from facets */
$("#itype_id > ul > li:has(span:contains('Item type hidden from
OPAC'))").remove();

but it would be better if Koha did this as "out-of-the-box".

I attach a screenshot of proof how it looked before Open Fifth applied the
workaround to the display.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to