Summary: | New authority framework plugin for MARC21 (marc21_field_082a_authorities.pl) | ||
---|---|---|---|
Product: | Koha | Reporter: | Andreas Roussos <a.roussos> |
Component: | MARC Authority data support | Assignee: | Andreas Roussos <a.roussos> |
Status: | Needs Signoff --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Medium patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 40308 | ||
Bug Blocks: | |||
Attachments: | Bug 40309: add new Authority Framework plugin for MARC21 082$a |
Description
Andreas Roussos
2025-07-06 21:02:17 UTC
Created attachment 183814 [details] [review] Bug 40309: add new Authority Framework plugin for MARC21 082$a This Authority Framework plugin should be attached to MARC21 authority subfield 082$a, which will then allow the cataloguer to lookup a single DDC in exchange for a Dewey Linked Data URL that will be copied to subfield 082$1. Test plan: 1) Go to Administration > Authority types, and for each authtype associate subfield 082$a with the marc21_field_082a_authorities.pl plugin. 2) Create a new authority, or edit an existing one. Click on the 'Tag editor' button on the far right of the 082$a subfield. Experiment with the behaviour of the plugin when no DDC has been filled in, or when an erroneous DDC has been filled in. Monitor your browser's JavaScript console for warnings/errors (there shouldn't be any!). 3) Experiment with changing the values of the related System Preferences (found under the 'OCLC Dewey Linked Data API' heading) and seeing how it affects the behaviour of the plugin. |