Bug 32869 - Fix cataloguing/value_builder/unimarc_field_210c.pl
Summary: Fix cataloguing/value_builder/unimarc_field_210c.pl
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial (vote)
Assignee: Julian Maurice
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on:
Blocks: 30975
  Show dependency treegraph
 
Reported: 2023-02-03 13:59 UTC by Julian Maurice
Modified: 2023-12-28 20:44 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
23.05.00,22.11.06


Attachments
Bug 32869: Fix cataloguing/value_builder/unimarc_field_210c.pl (1.44 KB, patch)
2023-02-03 14:00 UTC, Julian Maurice
Details | Diff | Splinter Review
Bug 32869: Fix cataloguing/value_builder/unimarc_field_210c.pl (1.47 KB, patch)
2023-02-17 10:17 UTC, Julian Maurice
Details | Diff | Splinter Review
Bug 32869: Fix cataloguing/value_builder/unimarc_field_210c.pl (1.47 KB, patch)
2023-04-22 22:17 UTC, Katrin Fischer
Details | Diff | Splinter Review
Bug 32869: Fix cataloguing/value_builder/unimarc_field_210c.pl (1.47 KB, patch)
2023-04-22 22:17 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Maurice 2023-02-03 13:59:55 UTC
This is part of the refactoring happening in bug 30975
Comment 1 Julian Maurice 2023-02-03 14:00:28 UTC
Created attachment 146134 [details] [review]
Bug 32869: Fix cataloguing/value_builder/unimarc_field_210c.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
Comment 2 Julian Maurice 2023-02-17 10:17:45 UTC
Created attachment 146802 [details] [review]
Bug 32869: Fix cataloguing/value_builder/unimarc_field_210c.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
Comment 3 David Nind 2023-03-30 19:41:52 UTC
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
Comment 4 Katrin Fischer 2023-04-22 22:16:25 UTC
This is for when the publishers are managed with authority records:
It expects an authority framework EDITORS with main heading 200
Easiest way to test is to change the existing NP authority framework to EDITORS with SQL. Then you can use the existing personal name authorities for testing.
Comment 5 Katrin Fischer 2023-04-22 22:17:06 UTC
Created attachment 150104 [details] [review]
Bug 32869: Fix cataloguing/value_builder/unimarc_field_210c.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
Comment 6 Katrin Fischer 2023-04-22 22:17:34 UTC
Created attachment 150105 [details] [review]
Bug 32869: Fix cataloguing/value_builder/unimarc_field_210c.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
Comment 7 Katrin Fischer 2023-04-22 22:17:51 UTC
Also putting this one straight to PQA.
Comment 8 David Nind 2023-04-22 23:04:15 UTC
(In reply to Katrin Fischer from comment #4)
> This is for when the publishers are managed with authority records:
> It expects an authority framework EDITORS with main heading 200
> Easiest way to test is to change the existing NP authority framework to
> EDITORS with SQL. Then you can use the existing personal name authorities
> for testing.

Thanks Katrin!
Comment 9 Tomás Cohen Arazi 2023-04-24 13:49:32 UTC
Pushed to master for 23.05.

Nice work everyone, thanks!
Comment 10 Jacob O'Mara 2023-05-10 12:54:11 UTC
Nice work, thanks everyone!

Pushed to 22.11.x for the next release.