Summary: | Fix the list of types of visual materials | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | MARC Bibliographic data support | Assignee: | Maryse Simard <maryse.simard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | 1joynelson, lucas, maryse.simard |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.05.00, 19.11.02
|
|
Circulation function: | |||
Attachments: |
Bug 24281: Fix the list of types of visual materials
Bug 24281: Fix the list of types of visual materials |
Description
Caroline Cyr La Rose
2019-12-19 16:57:02 UTC
Created attachment 96526 [details] [review] Bug 24281: Fix the list of types of visual materials In the MARC21 XSLT files for results in both staff and OPAC, the type of visual material for code "g" is "legal article" instead of "game". This patch change the value to "game". To test: 0. Set up: - have a MARC21 database - use default XSLT file for display of results : OPACXSLTResultsDisplay : default XSLTResultsDisplay : defaul - If needed, catalog a game. In the 008 tag editor : Type of Material : VM - Visual Materials 33 - Type of visual material : g - Game 1. On both staff and OPAC, make a search which returns results including visual materials of type game (the title catalogued in previous step). 2. Note that in the list of results, the label "Type of visual material" is followed by "legal article". 3. Apply patch. 4. Repeat step 1. 5. Note "legal article" has been replaced by "game". Created attachment 96567 [details] [review] Bug 24281: Fix the list of types of visual materials In the MARC21 XSLT files for results in both staff and OPAC, the type of visual material for code "g" is "legal article" instead of "game". This patch change the value to "game". To test: 0. Set up: - have a MARC21 database - use default XSLT file for display of results : OPACXSLTResultsDisplay : default XSLTResultsDisplay : defaul - If needed, catalog a game. In the 008 tag editor : Type of Material : VM - Visual Materials 33 - Type of visual material : g - Game 1. On both staff and OPAC, make a search which returns results including visual materials of type game (the title catalogued in previous step). 2. Note that in the list of results, the label "Type of visual material" is followed by "legal article". 3. Apply patch. 4. Repeat step 1. 5. Note "legal article" has been replaced by "game". Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Nice work everyone! Pushed to master for 20.05 Pushed to 19.11.x branch for 19.11.02 backported to 19.05.x for 19.05.07 |