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: oleonard@myacpl.org Reporter: cgresser@jesuit.org.uk QA Contact: testopia@bugs.koha-community.org 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.