Summary: | Add support for ISNI and Wikidatata identifiers to OPACAuthorIdentifiersAndInformation | ||
---|---|---|---|
Product: | Koha | Reporter: | Janusz Kaczmarek <januszop> |
Component: | OPAC | Assignee: | Janusz Kaczmarek <januszop> |
Status: | Pushed to main --- | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | martin.renvoize |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This adds support for ISNI and WIKIDATA ID to 'Author information' tab in the OPAC. The feature is configured using the OPACAuthorIdentifiersAndInformation system preference.
|
|
Version(s) released in: |
25.05.00
|
Circulation function: | |
Attachments: |
Bug 39508: With OPACAuthorIdentifiersAndInformation, make ISNI and Wikidata identifiers be displayed correctly
Bug 39508: With OPACAuthorIdentifiersAndInformation, make ISNI and Wikidata identifiers be displayed correctly Bug 39508: With OPACAuthorIdentifiersAndInformation, make ISNI and Wikidata identifiers be displayed correctly Bug 39508: With OPACAuthorIdentifiersAndInformation, make ISNI and Wikidata identifiers be displayed correctly |
Description
Janusz Kaczmarek
2025-04-01 12:21:27 UTC
Created attachment 180153 [details] [review] Bug 39508: With OPACAuthorIdentifiersAndInformation, make ISNI and Wikidata identifiers be displayed correctly At the current, when OPACAuthorIdentifiersAndInformation is on, ISNI and Wikidata entries in authority 024 field generate empty bullets. Test plan: ========== 1. Turn OPACAuthorIdentifiersAndInformation on for Identifiers. 2. Edit an authority record adding 024 field(s) for wikidata / ISNI, e.g.: 024 _7 $a 0000000120967858 $1 https://isni.org/isni/0000000120967858 $2 isni 024 _7 $a Q859 $1 http://www.wikidata.org/entity/Q859 $2 wikidata 3. Go to a linked bibliograohic record in OPAC and see the 'Author information' tab. There should be empty bullets under author's name. 4. Apply the patch ; restart_all 5. Repeat p. 3. The bullets should be followed by a description and link. Created attachment 180198 [details] [review] Bug 39508: With OPACAuthorIdentifiersAndInformation, make ISNI and Wikidata identifiers be displayed correctly At the current, when OPACAuthorIdentifiersAndInformation is on, ISNI and Wikidata entries in authority 024 field generate empty bullets. Test plan: ========== 1. Turn OPACAuthorIdentifiersAndInformation on for Identifiers. 2. Edit an authority record adding 024 field(s) for wikidata / ISNI, e.g.: 024 7_ $a 0000000120967858 $1 https://isni.org/isni/0000000120967858 $2 isni 024 7_ $a Q859 $1 http://www.wikidata.org/entity/Q859 $2 wikidata 3. Go to a linked bibliograohic record in OPAC and see the 'Author information' tab. There should be empty bullets under author's name. 4. Apply the patch ; restart_all 5. Repeat p. 3. The bullets should be followed by a description and link. Created attachment 180208 [details] [review] Bug 39508: With OPACAuthorIdentifiersAndInformation, make ISNI and Wikidata identifiers be displayed correctly At the current, when OPACAuthorIdentifiersAndInformation is on, ISNI and Wikidata entries in authority 024 field generate empty bullets. Test plan: ========== 1. Turn OPACAuthorIdentifiersAndInformation on for Identifiers. 2. Edit an authority record adding 024 field(s) for wikidata / ISNI, e.g.: 024 7_ $a 0000000120967858 $1 https://isni.org/isni/0000000120967858 $2 isni 024 7_ $a Q859 $1 http://www.wikidata.org/entity/Q859 $2 wikidata 3. Go to a linked bibliograohic record in OPAC and see the 'Author information' tab. There should be empty bullets under author's name. 4. Apply the patch ; restart_all 5. Repeat p. 3. The bullets should be followed by a description and link. Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Created attachment 182256 [details] [review] Bug 39508: With OPACAuthorIdentifiersAndInformation, make ISNI and Wikidata identifiers be displayed correctly At the current, when OPACAuthorIdentifiersAndInformation is on, ISNI and Wikidata entries in authority 024 field generate empty bullets. Test plan: ========== 1. Turn OPACAuthorIdentifiersAndInformation on for Identifiers. 2. Edit an authority record adding 024 field(s) for wikidata / ISNI, e.g.: 024 7_ $a 0000000120967858 $1 https://isni.org/isni/0000000120967858 $2 isni 024 7_ $a Q859 $1 http://www.wikidata.org/entity/Q859 $2 wikidata 3. Go to a linked bibliograohic record in OPAC and see the 'Author information' tab. There should be empty bullets under author's name. 4. Apply the patch ; restart_all 5. Repeat p. 3. The bullets should be followed by a description and link. Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> I've added a follow-up for the system preference description, adding the new identifiers to the list. :) Pushed for 25.05! Well done everyone, thank you! |