Summary: | RDA: 508 display in XSLT | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Templates | Assignee: | Winona Salesky <wsalesky> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gwilliams, 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: | ||
Circulation function: | |||
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
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! |