This is part of the refactoring happening in bug 30975
Created attachment 146137 [details] [review] Bug 32871: Fix cataloguing/value_builder/unimarc_field_225a.pl Use event parameter This is part of the refactoring happening in bug 30975 Test plan: 1. Verify that the plugin continues to work as before
Created attachment 146805 [details] [review] Bug 32871: Fix cataloguing/value_builder/unimarc_field_225a.pl Use event parameter This is part of the refactoring happening in bug 30975 Test plan: 1. Verify that the plugin continues to work as before
I'm not familiar enough with UNIMARC to figure out how to use this plugin. Could you describe how to use this one? For example, which subfields to add this to, how to use it, and what it does. Thanks! David
Created attachment 150109 [details] [review] Bug 32871: Fix cataloguing/value_builder/unimarc_field_225a.pl Use event parameter This is part of the refactoring happening in bug 30975 Test plan: 1. Verify that the plugin continues to work as before Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
This one is more complex: 23 This plugin is used to map isbn/editor with collection. 24 It need : 25 in thesaurus, a category named EDITORS 26 in this category, datas must be entered like following : 27 isbn separator editor separator collection. 28 for example : 29 2204 -- Cerf -- Cogitatio fidei 30 2204 -- Cerf -- Le Magistere de l'Eglise 31 2204 -- Cerf -- Lectio divina 32 2204 -- Cerf -- Lire la Bible 33 2204 -- Cerf -- Pour lire 34 2204 -- Cerf -- Sources chretiennes 35 36 when the user clic on ... on 225a line, the popup shows the list of collections from the selected editor 37 if the biblio has no isbn, then the search if done on editor only 38 If the biblio ha an isbn, the search is done on isbn and editor. It's faster.
... and through to Tomas.
Pushed to master for 23.05. Nice work everyone, thanks!
Nice work, thanks everyone! Pushed to 22.11.x for the next release.