https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40590
--- Comment #2 from Owen Leonard <[email protected]> --- Created attachment 185134 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185134&action=edit Bug 40590: Prevent OPACAuthorIdentifiersAndInformation from showing empty list elements for unknown 024$2 This patch modifies the template which is used to display additional author information if OPACAuthorIdentifiersAndInformation is displayed. The change prevents an empty list item from appearing. To test, apply the patch and go to system preferences in the staff interface. - Search for OPACAuthorIdentifiersAndInformation and make sure that "Identifiers (024$2$a)" is checked. - Have a record with at least 2 persons (100, 700) linked to an authority record - One of those authority records should not have an 024 tag - The other authority record should have two 024 tags: - 024 $a someidyoumakeup $2orcid - 024 $a someidyoumakeup $2somethingelse - Check the detail page in OPAC -> "Author information" tab - Check the authority detail page in OPAC, under "Author information" in the right-hand column. Before the patch, '$2somethingelse' is not "supported" and will create the empty list element. After the patch there should be no empty list item. Sponsored-by: Athens County Public Libraries -- 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/
