[Koha-bugs] [Bug 8278] Replace YUI autocomplete in UNIMARC 210c plugin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Mar 9 02:36:47 CET 2013


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 15997
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15997&action=edit
Bug 8278 - Replace YUI autocomplete in UNIMARC 210c plugin

This plugin, for pseudo-authority-control of publisher information,
used YUI autocomplete to pull existing publisher data from the
biblioitems table. Despite its name it is not UNIMARC-specific.
It assumes publisher name data is saved in biblioitems.

This patch converts the autocomplete to jQueryUI. The search
script has been amended to return valid JSON. The template has
been modified to enable the jQueryUI autocomplete and to add
structure more consistent with other popups.

To test, link the publisher name field in your MARC structure to
the unimarc_field_210c_bis.pl plugin. Open a MARC record for
editing and click the "tag editor" link to launch the plugin.
Type the first few letters of a publisher which exists in your
database. You should get an autocomplete menu of publishers
which match your search. Select one and click the "choose"
button to fill the field in the MARC editor.

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


More information about the Koha-bugs mailing list