Bug 6497

Summary: MARC URLs not showing up in both OPAC and staff client Details page under non-XSLT view
Product: Koha Reporter: Ian Walls <koha.sekjal>
Component: OPACAssignee: Ian Walls <koha.sekjal>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: major    
Priority: PATCH-Sent (DO NOT USE) CC: chris, magnus, nengard
Version: 3.6   
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:    
Bug Blocks: 5917    
Attachments: patch

Description Ian Walls 2011-06-13 18:44:28 UTC
If OPACXSLTDetailsDisplay is turned off, URLs in the MARC record (856 in MARC21) are not displayed.  This appears to be a template toolkit migration issue:  parameter is MARCURLS in perl, MARCurlS in template.
Comment 1 Nicole C. Engard 2011-06-13 19:33:12 UTC
Created attachment 4451 [details] [review]
patch
Comment 2 Ian Walls 2011-06-13 19:35:23 UTC
Marking as Passed QA (since I tested it when I wrote it).  I assume that since this is a simple T:T, no one objects?
Comment 3 Chris Cormack 2011-06-13 21:37:09 UTC
Tiny change easily tested pushed, please test and mark resolved
Comment 4 Ian Walls 2011-06-17 18:21:16 UTC
Found that this problem exists on the staff client side, as well. An additional renaming needs to be done to actually make the URL parse into the href attribute (otherwise, links appear, but point to page itself).
Comment 5 Nicole C. Engard 2011-06-17 19:27:10 UTC
Follow up signed off on.
Comment 6 Ian Walls 2011-06-17 19:30:29 UTC
Again, pushing past QA because it's easy to test (tests included)
Comment 7 Chris Cormack 2011-06-19 10:14:42 UTC
Pushed please test
Comment 8 Magnus Enger 2011-07-16 08:21:27 UTC
Verified that URLs display correctly and work, both in opac and staff client, with XSLT-preferences set to off.