https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42721
--- Comment #4 from Jonathan Druart <[email protected]> --- Created attachment 200969 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200969&action=edit Bug 42721: Update OPACAuthorIdentifiersAndInformation description and identifier labels The patch updates the OPACAuthorIdentifiersAndInformation system preference description so that identifiers are listed in alphabetical order. It also updates the identifier labels in the system preference description and what is shown in the OPAC: - ScopusID --> Scopus ID - WIKIDATA ID --> Wikidata ID Test plan: 1. For the OPACAuthorIdentifiersAndInformation system preference, select "Identifiers (024$2$a)". 2. Note that in the system preference description the identifiers shown in the note are not in alphabetical order. 3. Add identifiers to an authority record in the 024$2 (the code for the identifier) and 024$a (the value for the identifier) subfields: - Example authority record for authority #483, Wall, Larry: . ISNI: isni, 0000000110763894 . Scopus ID: scopus, 57221714177 (note: not his real Scopus ID) . VIAF ID: viaf, 91402770 . Wikidata ID: wikidata, Q92597 4. View the OPAC authority record details page for an authority record with 024$2 and $024a information: - Example authority record for authority #483, Wall, Larry /cgi-bin/koha/opac-authoritiesdetail.pl?authid=483 5. In another tab view the author information tab for an OPAC bibliographic record details page where the author is linked to an authority record with 024$2 and $024a information: - Example bibliographic record details page for Programming Perl: /cgi-bin/koha/opac-detail.pl?biblionumber=262 6. Note for both steps 4 and 5 that: - Scopus ID is shown as ScopusID - Wikidata ID is shown as WIKIDATA ID 7. Apply the patch. 8. Refresh the OPAC authority record and bibliographic record pages. 9. Note that the identifier labels are now shown as Scopus ID and Wikdiata ID. 10. View the OPACAuthorIdentifiersAndInformation system preference description and note that the identifiers in the note are now listed in alphabetical order. Signed-off-by: David Nind <[email protected]> Signed-off-by: Olivia Reynolds <[email protected]> Signed-off-by: Jonathan Druart <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
