[Koha-bugs] [Bug 32333] IdRef system preference revamping

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 25 17:08:52 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32333

Matthias Meusburger <matthias.meusburger at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #144199|0                           |1
        is obsolete|                            |

--- Comment #3 from Matthias Meusburger <matthias.meusburger at biblibre.com> ---
Created attachment 145663
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145663&action=edit
Bug 32333: IdRef system preference revamping

IdRef system preference enables a Unimarc-only functionality. Authors
fields contain in $3 subfield a PPN, an unique identifier in IdRef a
French national authority file, similar to VIAF.

KohaLa, the Koha French users association, has designed a revamped
implementation of IdRef in Koha. The goal is to improve the visual and
to add a functionality.

- Visually - The author publications list is currently displayed in
  an old fashion dialog box. It uses greybox library, which is
  deprecated. See bug 8290. With this patch, the list is displayed in a
  distinct tab of holdings block.

- Functionality - The title in the list are searched in Koha local
  catalog. So it's possible to mark titles locally available and link
  to them. PPN are searched directly in Elasticsearch for efficiency.
  Koha IdRef users are academic libraries or higher education school. So
  Zebra support is not required for them.

NOTE: After pushing this patch, greybox library could be removed
      completely for OPAC :
      /koha-tmpl/opac-tmpl/bootstrap/lib/greybox/

TO TEST :

- On a Unimarc Koha, with a Sudoc compliant Catalog, enable IdRef.
- Use default OPAC XSL.
- On opac-detail.pl page, you can see a logo IdRef next to authors
  having a $3 (ppn) subfield. Click on the logo.
- Confirm that a tab is added to holdings. It contains the author
  publications found in the Sudoc.
- A Sudoc logo is displayed in front of each title. Clicking the icon
  open the title in Sudoc web site.
- A Koha logo is displayed in from of each title available locally.
  Clicking the logo open the title in Koha OPAC.

Signed-off-by: Matthias Meusburger <matthias.meusburger at biblibre.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list