Bug 21807 - Allow choosing narrower/broader when linking authority hierarchies
Summary: Allow choosing narrower/broader when linking authority hierarchies
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Authority data support (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 8523
Blocks:
  Show dependency treegraph
 
Reported: 2018-11-11 22:36 UTC by Tomás Cohen Arazi
Modified: 2020-01-06 20:15 UTC (History)
1 user (show)

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


Attachments
Cataloging authority plugin - Relationship information dropdown menu (65.06 KB, image/png)
2018-11-26 17:23 UTC, Andreas Roussos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomás Cohen Arazi 2018-11-11 22:36:29 UTC
The idea is that instead of just picking the 'Choose' button, the end-user can choose if the selected one is a narrower or a broader term, and thus filling $w accordingly.
Comment 1 Andreas Roussos 2018-11-26 17:15:56 UTC
(In reply to Tomás Cohen Arazi from comment #0)
> The idea is that instead of just picking the 'Choose' button, the end-user
> can choose if the selected one is a narrower or a broader term, and thus
> filling $w accordingly.
Hi Tomás. There does exist a dropdown menu in both MARC21/UNIMARC
setups with various relationship options. If you select one of the
options (say, "g - Broader term") before you pick the 'Choose'
button, subfield $w ($5 in UNIMARC) will be filled in with the
appropriate code.

Or were you referring to something different in your comment? :-)
Comment 2 Andreas Roussos 2018-11-26 17:23:50 UTC
Created attachment 82651 [details]
Cataloging authority plugin - Relationship information dropdown menu
Comment 3 Tomás Cohen Arazi 2019-01-03 17:57:14 UTC
(In reply to Andreas Roussos from comment #1)
> (In reply to Tomás Cohen Arazi from comment #0)
> > The idea is that instead of just picking the 'Choose' button, the end-user
> > can choose if the selected one is a narrower or a broader term, and thus
> > filling $w accordingly.
> Hi Tomás. There does exist a dropdown menu in both MARC21/UNIMARC
> setups with various relationship options. If you select one of the
> options (say, "g - Broader term") before you pick the 'Choose'
> button, subfield $w ($5 in UNIMARC) will be filled in with the
> appropriate code.
> 
> Or were you referring to something different in your comment? :-)

That's correct! I missed it, thanks!