Bug 5663

Summary: Show control number without organization code in staff URLs
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Staff interfaceAssignee: Marcel de Rooy <m.de.rooy>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: minor    
Priority: PATCH-Sent (DO NOT USE) CC: chris, gmcharlt, katrin.fischer, koha.sekjal
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 5622    
Bug Blocks:    
Attachments: Patch
Patch
[SIGNED-OFF] 5663: Show control number without organization code in staff URLs

Description Marcel de Rooy 2011-01-27 14:07:56 UTC
desc foloows
Comment 1 Marcel de Rooy 2011-01-27 14:10:18 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 for other fields at the staff side. 

See bug 5662 for OPAC side.
Comment 2 Marcel de Rooy 2011-07-14 10:04:45 UTC Comment hidden (obsolete)
Comment 3 Marcel de Rooy 2011-07-14 10:06:54 UTC
TEST PLAN:

Enable the pref UseControlNumber when testing this patch. And set pref XSLTDetailsDisplay to using XSLT stylesheets.
Test by adding a control number ($w) in abovementioned fields.
Go to staff detail and check if the links work.
Add some orgcode between parentheses or brackets in front of the control number.
Test again in staff detail if the links still work.
Comment 4 Katrin Fischer 2011-07-17 19:16:15 UTC
Hi Marcel,
wondered why it didn't work - now I see this is also the file for OPAC not for intranet. Can you attach the right patch please?
Comment 5 Marcel de Rooy 2011-07-18 06:27:27 UTC Comment hidden (obsolete)
Comment 6 Katrin Fischer 2011-08-11 15:02:25 UTC
Created attachment 4965 [details] [review]
[SIGNED-OFF] 5663: Show control number without organization code in staff URLs

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

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

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Comment 7 Marcel de Rooy 2011-08-12 10:34:35 UTC
(In reply to comment #6)
> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>

Thanks for signing this patch too!
Comment 8 Ian Walls 2011-08-12 19:47:58 UTC
XSL only change, from <xsl:value-of> to <xsl:call-template> with <xsl:with-param> values.  Uses existing and known MARC21slimUtils template.  Marking as Passed QA.
Comment 9 Chris Cormack 2011-08-13 08:03:35 UTC
Pushed, please test
Comment 10 Marcel de Rooy 2011-10-03 07:29:24 UTC
Closing it myself; runs in production with us for months.