[Koha-bugs] [Bug 11299] Add a button to automatically link authority records in cataloguing (AJAX)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 28 04:17:22 CEST 2018


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

--- Comment #98 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 79545
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79545
Bug 11299 - Add a button to the biblio edition page to automatically add
authority links in the current biblio record via AJAX. Also adds a button to
easily create missing authority records.

Review of attachment 79545:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11299&attachment=79545)
-----------------------------------------------------------------

::: C4/Biblio.pm
@@ +475,4 @@
>  
>  =head2 LinkBibHeadingsToAuthorities
>  
> +  my $num_headings_changed, %results = LinkBibHeadingsToAuthorities($linker, $marc, $frameworkcode, [$allowrelink, $verbose]);

This is getting too long, consider a parameter refactor.

Please look at:
https://wiki.koha-community.org/wiki/Coding_Guidelines#PERL16:_Hashrefs_should_be_used_as_arguments

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


More information about the Koha-bugs mailing list