Bug 5662 - Show control number without organization code in OPAC URLs
Summary: Show control number without organization code in OPAC URLs
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: PATCH-Sent (DO NOT USE) minor (vote)
Assignee: Marcel de Rooy
QA Contact: Bugs List
URL:
Keywords:
Depends on: 5622
Blocks:
  Show dependency treegraph
 
Reported: 2011-01-27 13:55 UTC by Marcel de Rooy
Modified: 2012-10-25 23:09 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Patch (3.89 KB, patch)
2011-07-14 08:33 UTC, Marcel de Rooy
Details | Diff | Splinter Review
[SIGNED-OFF] 5662: Show control number without organization code in OPAC URLs (4.07 KB, patch)
2011-07-17 11:09 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel de Rooy 2011-01-27 13:55:08 UTC
According to LOC guidelines, the control number in $w may be prefixed by an
organization code between parentheses like (NL-AmRIJ)12345. The URL should only
list the record number 12345. (Currently, the complete field is copied into the URL and therefore it is not working.) 

Revised patch 5622 corrected this for the host entry (773) in staff client and included generic XSLT code to resolve the problem. 

This followup patch will build upon the generic code in the Utils.xsl and include calls to that routine at the OPAC side. Another bug report builds upon 5622 for the staff client.
Comment 1 Marcel de Rooy 2011-07-14 08:33:33 UTC Comment hidden (obsolete)
Comment 2 Marcel de Rooy 2011-07-14 08:35:37 UTC
TEST PLAN:

Enable the pref UseControlNumber when testing this patch. And set pref OPACXSLTDetailsDisplay to using XSLT stylesheets.
Test by adding a control number ($w) in abovementioned fields.
Go to opac detail and check if the links work.
Add some orgcode between parentheses or brackets in front of the control number.
Test again in opac detail if the links still work.
Comment 3 Katrin Fischer 2011-07-17 11:09:21 UTC
Created attachment 4642 [details] [review]
[SIGNED-OFF] 5662: Show control number without organization code in OPAC URLs

OPAC detail xsl adjusted at four places: 773 when leader19=c, 775, 780, 785.

Enable the pref UseControlNumber when testing this patch. And set pref OPACXSLTDetailsDisplay to using XSLT stylesheets.
Test by adding a control number ($w) in abovementioned fields.
Go to opac detail and check if the links work.
Add some orgcode between parentheses or brackets in front of the control number.
Test again in opac detail if the links still work.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works with and without orgCode in front of $w now.
No change to current behaviour, but closer to MARC21 standard.
Comment 4 Chris Cormack 2011-08-01 01:42:35 UTC
XSLT changes, pushed, please test
Comment 5 Marcel de Rooy 2011-10-03 07:26:17 UTC
Closing it myself; runs in production with us for months.