https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31109
--- Comment #42 from David Cook <[email protected]> --- (In reply to Janusz Kaczmarek from comment #41) > (In reply to David Cook from comment #40) > > The functionality added by this patch could be done more simply using > > $biblio->metadata and Digest::MD5 on its own. > > Note that we do not have a Koha::Biblio object for the modified version > coming from the editor/mergeform. We just have the MARC::Record object. You mean the output of "TransformHtmlToMarc()"? I take your point there. I think you'll still find it easier to work with 1 MARC::Record to XML operation rather than creating one MARC::Record from XML and then Sereal encoding both objects and digesting their bytes. > The functionality of svc/mid_air_collision does not fit to REST API. Why do you think that is? > Feci, quod potui, faciant meliora potentes Mmm indeed. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
