[Koha-bugs] [Bug 29028] New: UNIMARC - Authorities see from

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 15 10:58:59 CEST 2021


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

            Bug ID: 29028
           Summary: UNIMARC - Authorities see from
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: vitorfernandes87 at gmail.com
        QA Contact: testopia at bugs.koha-community.org

The UNIMARC authorities search results don't show the see from link in OPAC.
In staff client, the see from section appears.

Test plan:

- Add one UNIMARC authority with one field 4XX.
- Search the authority in staff client and check that see from section appears.
- Search the authority in OPAC and check that see from section don't appears.

The following code is missing in authorities-search-result.inc (OPAC):

           [% IF summary.seefrom %]
             <div class="authres_seefrom">
             [% FOREACH see IN summary.seefrom %]
               [% PROCESS showreference heading=see.heading linkType=""
type=see.type authid=see.authid %]
               [% IF ! loop.last %] ; [% END %]
             [% END %]
             </div>
           [% END %]

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


More information about the Koha-bugs mailing list