https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42159 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Text to go in the| |This fixes the "Author release notes| |information" tab in the | |OPAC details page so that | |it now shows information | |from authority records | |where: | |- the authority record 024 | |has identifier data, and | |- the identifiers option is | |selected for the | |OPACAuthorIdentifiersAndInf | |ormation system preference. | | | |The "Author information" | |tab now shows the authority | |record information where it | |is used in a bibliographic | |record's 110 (Corporate | |name) and 111 (Meeting | |name). --- Comment #6 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. Note for those not familiar with it, the "Author information" tab appears after the Holdings, Title notes, and Comments "tabs" (after the star rating section) on the OPAC record details page. 2. What I did: - Authority ID (Corporate name) = 439 (LMCP Films (Firm)): added information to the 024 $2 = viaf $a = 1234 - Authority ID (Meeting name) = 155 (Beagle Expedition): added information to the 024 $2 = wikidata $a = Q1564366 - Bibliographic record = 132 (Darwin in Galapagos): added information as follows . 111: linked to Beagle Expedition, so 111$a = Beagle Expedition, 111$d = (1831-1836), 111$9 = 155 . 710: linked to LMCP Films (Firm), so 710$a = LMCP Films (Firm), 710$9 = 439 3. Before the patch, the "Author information" tab only shows the details for the 710: LMCP Films (Firm) - VIAF ID: 1234 4. After the patch (with a restart_all), the "Author information" tab now shows the details for both the 111 and the 710: Beagle Expedition - WIKIDATA ID: Q1564366 LMCP Films (Firm) - VIAF ID: 1234 5. Tests pass: prove t/db_dependent/Koha/Biblio.t -- You are receiving this mail because: You are watching all bug changes.