| Summary: | Fix cataloguing/value_builder/unimarc_leader.pl | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Julian Maurice <julian.maurice> |
| Component: | Cataloging | Assignee: | Julian Maurice <julian.maurice> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | david, m.de.rooy |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
23.05.00,22.11.06
|
|
| Circulation function: | |||
| Bug Depends on: | |||
| Bug Blocks: | 30975 | ||
| Attachments: |
Bug 32876: Fix cataloguing/value_builder/unimarc_leader.pl
Bug 32876: Fix cataloguing/value_builder/unimarc_leader.pl Bug 32876: Fix cataloguing/value_builder/unimarc_leader.pl Bug 32876: Fix cataloguing/value_builder/unimarc_leader.pl |
||
|
Description
Julian Maurice
2023-02-03 14:11:48 UTC
Created attachment 146143 [details] [review] Bug 32876: Fix cataloguing/value_builder/unimarc_leader.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 146810 [details] [review] Bug 32876: Fix cataloguing/value_builder/unimarc_leader.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 149007 [details] [review] Bug 32876: Fix cataloguing/value_builder/unimarc_leader.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: David Nind <david@davidnind.com> How I tested ~~~~~~~~~~~~ 1. The plugin is already added to 000$00 for the default UNIMARC bibliographic framework in KTD. 2. Edit a bibliographic record. 3. Select the tag editor for 000$00. 4. Options and values should be the same before and after the patch is applied. 5. The auto-calculated parts are calculated when the record is saved. Description ~~~~~~~~~~~ This displays a form to select the values that make up a bibiographic record header (000). Note that the auto-calculated parts for the header are calculated when the record is saved. Created attachment 150091 [details] [review] Bug 32876: Fix cataloguing/value_builder/unimarc_leader.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: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 23.05. Nice work everyone, thanks! Nice work, thanks everyone! Pushed to 22.11.x for the next release. |