[Koha-bugs] [Bug 19436] Add SRU support for authorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 16 11:54:20 CET 2018


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

--- Comment #12 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Looks quite good to me, only lots of distraction by earlier reports :)

Small design issue, no blocker: Text of Author meeting/conference behind input
on sru_modmapping.

One final question remains however:
+                            if( $servers[$k]->{servertype} eq 'sru' ) {
+                                $marcdata = MARC::Record->new_from_xml(
$marcdata, $encoding[$k], $servers[$k]->{syntax} );
+                            }
                             ($marcrecord, $charset_result, $charset_errors)=
MarcToUTF8Record($marcdata, $marc_type, $encoding[$k]);

With reference to comment7, I would prefer to adjust this change in
Z3950SearchAuth in line with _handle_one_result.
Please give feedback.
Will pass QA after your response.

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


More information about the Koha-bugs mailing list