]> git.koha-community.org Git - koha.git/commit
Bug 10911: fix invalid links when displaying records that have 880 fields
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 18 Sep 2013 19:24:08 +0000 (15:24 -0400)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 13 Nov 2013 15:02:22 +0000 (12:02 -0300)
commit9297b61d200d5b94b5609df86ceb42e65f261c49
tree3afc04da1c83b09799353ab20cdeb9386cb8f628
parent5b38ae5c7f826fae8eb4f270b7fbbfca4e15e2fc
Bug 10911: fix invalid links when displaying records that have 880 fields

Koha intranet search results using XSLT for records with 880 fields have
the details link created by a code path that incorrectly links to some
opac pages.

Test Plan:
1) Enable XSLT for intranet search results
2) Upload or create a record with at least one 880 field
3) Search for the item ( must have multiple hits to avoid redirection )
4) Click the title link, note it is broken
5) Apply this patch
6) Click the title link, note it is correct

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Comment: Work as described, no koha-qa errors.

Test
1) imported two times sample record
2) reindex
3) search, find example record, broken links
4) applied patch
5) refresh, good links

NOTE: A similar (invalid references) problem is present on
UNIMARC and NORMAC files
I'll file a new bug for those cases.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works nicely, tested with a different set of sample
records with Hebrew 880 fields.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 115a3e6b60cab0e5000483575ca69736bb40ee2c)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl