Bug 13385

Summary: RDA: 508 display in XSLT
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: TemplatesAssignee: Winona Salesky <wsalesky>
Status: CLOSED FIXED QA Contact: Marcel de Rooy <m.de.rooy>
Severity: enhancement    
Priority: P5 - low CC: gwilliams, katrin.fischer, m.de.rooy, nicole, tomascohen, wsalesky
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: Sponsored Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 10344, 15444, 25011    
Attachments: RDA: Added field 508 in XSLT
[SIGNED OFF] Added field 508 bug #13385
Bug 13385: Add field 508 to XSLT (OPAC and staff)

Description Nicole C. Engard 2014-12-03 13:35:47 UTC
The following change should be made to the MARC21 details in the staff and OPAC:

508 Display as Production Credits (full display) Display corresponding subfield a

Example: 

Production Credits: Director of photography, Wally Pfister ; editor, Lee Smith ; music, Hans Zimmer ; production designer, Guy Hendrix Dyas ; costume designer, Jeffrey Kurland ; special effects supervisor, Chris Corbould ; visual effects supervisor, Paul Franklin ; art direction, Luke Freeborn, Brad Ricker, Dean Wolcott ; set decoration, Larry Dias, Doug Mowat ; costume designer, Jeffrey Kurland ; co­producer, Jordan Goldberg ; executive producers, Chris Brigham, Thomas Tull.
Comment 1 Winona Salesky 2015-03-11 02:23:31 UTC Comment hidden (obsolete)
Comment 2 Winona Salesky 2015-03-19 16:53:31 UTC
Test Plan:
1) Apply this patch
2) Ensure you are using the default XSLT setting for the staff and opac search results and record details
3) Find or create a record with MARC tags 508
4) Perform an opac search that would show the record in the search results. 
5) Click title to review record. 
6) Note the fields adds display for 508 subfield a.
7) Repeat steps 4 - 6 for the staff interface
Comment 3 Nick Clemens 2015-03-25 20:01:19 UTC Comment hidden (obsolete)
Comment 4 Marcel de Rooy 2015-04-17 13:30:31 UTC
QA: Looking here now.
Comment 5 Marcel de Rooy 2015-04-17 13:57:52 UTC
Created attachment 38070 [details] [review]
Bug 13385: Add field 508 to XSLT (OPAC and staff)

This patch adds field 508 to the XSLT display in the staff and OPAC view.
Display includes subfield a.

To test:
* Search the opac
* Click the title
* Make sure the fields display properly
* Repeat for a few more titles
* Repeat in the Staff Client

Signed-off-by: Nick Clemens <nick@quecheelibrary.org>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Adjusted commit message. Only subfield a is relevant here.
Comment 6 Tomás Cohen Arazi 2015-04-20 15:07:53 UTC
Patch pushed to master.

Thanks Winona!