[Koha-bugs] [Bug 31755] New: Store biblio OPAC visibility in biblio table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 13 01:14:55 CEST 2022


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

            Bug ID: 31755
           Summary: Store biblio OPAC visibility in biblio table
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at bugs.koha-community.org

At the moment, you have to interrogate the MARCXML to determine if a record is
suppressed using OpacSuppression, and you have to iterate through all of a
bib's items to see if it's hidden/suppressed using OpacHiddenItems and
OpacHiddenItemsHidesRecord.

As Tomas said at
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31161#c21, it would
make sense to have a "suppressed" field in the biblio table so that we can
determine a biblio record's OPAC visibility using a simple SQL query.

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


More information about the Koha-bugs mailing list