Summary: | New cataloguing plugin unimarc_field_225a_bis | ||
---|---|---|---|
Product: | Koha | Reporter: | Julian Maurice <julian.maurice> |
Component: | Cataloging | Assignee: | Julian Maurice <julian.maurice> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | bgkriegel, kyle, laurence.rault, m.de.rooy, sandboxes, ztajoli |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This plugin is used to fill 225$a with a value already existing in table biblioitems.collectiontitle
|
Version(s) released in: | |
Circulation function: | |||
Attachments: |
Bug 14793: New cataloguing plugin unimarc_field_225a_bis
Bug 14793: New cataloguing plugin unimarc_field_225a_bis Bug 14793: New cataloguing plugin unimarc_field_225a_bis |
Description
Julian Maurice
2015-09-08 09:42:07 UTC
Created attachment 42451 [details] [review] Bug 14793: New cataloguing plugin unimarc_field_225a_bis It is similar to unimarc_field_210c_bis, but searches in biblioitems.collectiontitle instead of biblioitems.publishercode Hi, tested on unimarc install. I have no results from plugin,only anempty text field and a choose button, but /cgi-bin/koha/cataloguing/ysearch.pl?table=biblioitems&field=collectiontitle gives many results. Another thing that I need to setup? Patch tested with a sandbox, by Laurence Rault <laurence.rault@biblibre.com> Created attachment 50993 [details] [review] Bug 14793: New cataloguing plugin unimarc_field_225a_bis It is similar to unimarc_field_210c_bis, but searches in biblioitems.collectiontitle instead of biblioitems.publishercode Signed-off-by: Laurence Rault <laurence.rault@biblibre.com> Tested OK on sandbox Test plan : - Link 225$a unimarc field to plugin unimarc_field_225a_bis.pl in framework - In cataloguing, open the plugin : add text, plugin automatically proposes the list of the matching collections in biblioitems.collectiontitle - Choose one, it is imported in 225$a Created attachment 53635 [details] [review] Bug 14793: New cataloguing plugin unimarc_field_225a_bis It is similar to unimarc_field_210c_bis, but searches in biblioitems.collectiontitle instead of biblioitems.publishercode Signed-off-by: Laurence Rault <laurence.rault@biblibre.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> The plugin style is still in the old format plugin_javascript instead of builder/launcher. But can be converted later (just as other unimarc plugins). I see some CSS in the template, which is not recommended. Not a big deal. Passed QA Pushed to master for 16.11, thanks Julian! |