[Koha-bugs] [Bug 9778] New: display and change easily OPAC visibility status in staff interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Mar 10 11:21:37 CET 2013


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

            Bug ID: 9778
           Summary: display and change easily OPAC visibility status in
                    staff interface
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: mathieu.saby at univ-rennes2.fr
                CC: m.de.rooy at rijksmuseum.nl

At present, to make a record visible or hidden on OPAC, librarians need to edit
the record and change the value of field/subfield indexed in OpacSuppress.
It would also be great to display current opac visibility status in staff
interface.

For doing that, I propose to create 2 subs in C4/Biblio :
GetBiblioOPACVisibility and ModBiblioOPACVisibility.
Koha will need to know the field/subfield used for OpacSuppress. Maybe with a
syspref.

ModBiblioOPACVisibility will be called by addbiblio.pl if $op =
"hidebiblioOPAC" or "showbiblioOPAC". 
A choice to hide/show record in OPAC will be add in "Edit" list button in
cat-toolbar.inc.
Only staff with cataloguing permission (or maybe also a new specific
permission) could see these new choices.

GetBiblioOPACVisibily will be called by detail.pl, ISBDdetail.pl, MARCdetail.pl
. The value will be passed to the templates and displayed.

I have started working on this, but I will probably wait the solution of 8462
before attaching a patch.

M. Saby
Rennes 2 university

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


More information about the Koha-bugs mailing list