[Koha-bugs] [Bug 11299] Add a button that automatically links authority records to a biblio record during edition. (AJAX)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 19 20:55:01 CEST 2015


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

--- Comment #21 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 39477
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39477
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 39477:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11299&attachment=39477)
-----------------------------------------------------------------

::: cataloguing/automatic_linker.pl
@@ +29,5 @@
> +my $input        = new CGI;
> +print $input->header('application/json');
> +
> +# Check the user's permissions
> +my %cookies = fetch CGI::Cookie;

Bug 14589 is attempting to standardize to CGI::Cookie->fetch;
Please change your syntax.

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


More information about the Koha-bugs mailing list