| Summary: | UNIMARC - Authorities see from | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Vitor Fernandes <vitorfernandes87> |
| Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
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 %]