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 ; coproducer, Jordan Goldberg ; executive producers, Chris Brigham, Thomas Tull.
Created attachment 36785 [details] [review] RDA: Added field 508 in XSLT
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
Created attachment 37248 [details] [review] [SIGNED OFF] Added field 508 bug #13385 This patch adds field 508 to the XSLT display in the staff and OPAC view. Display includes subfields a,b,c,h,k,n,p,s Subfield c is wrapped in a span class=title_resp_stmt for easy suppression via css. Subfield h is wrapped in a <span class=title_medium for easy suppression via css. 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>
QA: Looking here now.
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.
Patch pushed to master. Thanks Winona!