[Koha-bugs] [Bug 11592] opac detail scripts do not respect MARC tag visibility

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 10 21:31:50 CET 2015


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

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomascohen at gmail.com

--- Comment #65 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to M. Tompsett from comment #64)
> (In reply to Jonathan Druart from comment #62)
> > Be care, prototype of GetMarcBiblio is modified here, bug 12252 did it too!
> 
> This change catches the old way and a hashref. Though, because a third
> parameter was added in 12252, this would require a more detailed look there.
> However, that would more likely come anyways if that is pushed to master
> first anyways, because this would need a rebase. Thanks for the heads up.

I would consider this bugfix if it was implemented as a Koha::RecordProcessor
filter for MARC::Record objects, rather than just another hook to C4::Search.
That way we could use it wherever we need it.

BUT I have to say that I've been playing with an implementation that works with
MARCMXL instead (using XSLT) and could help us simplicy results rendering and
probably performance.

I'm trying to finish the patches (the hackfest had me busy with other stuff) so
I can attach them for peer review.

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


More information about the Koha-bugs mailing list