[Koha-bugs] [Bug 30744] Use RecordProcessor in get_marc_notes to ensure non-public notes do not leak

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 13 11:54:01 CEST 2022


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart+koha at gmail.
                   |                            |com

--- Comment #21 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
There is something wrong in the design here.
I really don't think it's correct to pass the marc to
Koha::Biblio->get_marc_notes

I feel like we need a Koha::MARC class that would have the 'get_notes' method.

Koha::Biblio->get_marc_notes fetches the marc and call it
If you have a marc already you could call it directly.

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


More information about the Koha-bugs mailing list