]> git.koha-community.org Git - koha.git/commit
Bug 30918: Allow passing filtered record to get_marc_notes
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 7 Jun 2022 12:45:14 +0000 (13:45 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 29 Jul 2022 17:19:15 +0000 (17:19 +0000)
commit2ad8c15dbf41e738f7cc14adcd23befdf053a62a
tree3eed4d100e40abbd8807c36d651a51b8ea9a210b
parent4edaa27fc2a7a487a9558dc66acce9b636fa06b3
Bug 30918: Allow passing filtered record to get_marc_notes

This patch does the absolute bare minimum to prevent private notes from
appearing on the OPAC.

Test plan
1. Go to Koha Administration -> Koha bibliographic frameworks
2. View the MARC structure for your BKS framework (or something else)
3. Search for tag 583, edit subfields
4. Go to subfield 'x' - nonpublic note. Confirm the OPAC visibility
   checkbox is UNCHECKED.
5. Edit or create a record using the BKS framework. Put a note in the
   583$x.
6. View this record in the OPAC
7. Go to the Title notes tab. Confirm the non-public note is
   showing, even though the framework says it should not be
   visible via the OPAC.
8. Apply patch
9. Confirm the non-public note is no longer visible

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 0efae9ed0565aac7ade8b9febfcd0e44fe35d420)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Biblio.pm
opac/opac-detail.pl