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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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