Bug 12726 - Show RDA tag 264 on OPAC Results XSLT view
Summary: Show RDA tag 264 on OPAC Results XSLT view
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Marcel de Rooy
QA Contact: Testopia
URL:
Keywords:
Depends on: 12724
Blocks: 10344
  Show dependency treegraph
 
Reported: 2014-08-07 07:24 UTC by Marcel de Rooy
Modified: 2015-10-15 18:38 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 12726: Show RDA tag 264 on OPAC Results XSLT view (MARC21) (9.16 KB, patch)
2014-08-07 07:41 UTC, Marcel de Rooy
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 12726: Show RDA tag 264 on OPAC Results XSLT view (MARC21) (9.27 KB, patch)
2014-08-07 19:44 UTC, Bernardo Gonzalez Kriegel
Details | Diff | Splinter Review
Bug 12726: Show RDA tag 264 on OPAC Results XSLT view (MARC21) (9.13 KB, patch)
2014-08-21 13:14 UTC, Marcel de Rooy
Details | Diff | Splinter Review
Bug 12726: Show RDA tag 264 on OPAC Results XSLT view (MARC21) (9.26 KB, patch)
2014-08-21 13:15 UTC, Marcel de Rooy
Details | Diff | Splinter Review
[PASSED QA] Bug 12726: Show RDA tag 264 on OPAC Results XSLT view (MARC21) (9.40 KB, patch)
2014-10-16 15:07 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel de Rooy 2014-08-07 07:24:58 UTC

    
Comment 1 Marcel de Rooy 2014-08-07 07:41:40 UTC Comment hidden (obsolete)
Comment 2 Bernardo Gonzalez Kriegel 2014-08-07 19:44:49 UTC Comment hidden (obsolete)
Comment 3 Marcel de Rooy 2014-08-21 13:14:49 UTC Comment hidden (obsolete)
Comment 4 Marcel de Rooy 2014-08-21 13:15:43 UTC Comment hidden (obsolete)
Comment 5 Marcel de Rooy 2014-08-21 13:16:00 UTC
Small rebase.
Comment 6 Katrin Fischer 2014-10-16 15:07:04 UTC
Created attachment 32424 [details] [review]
[PASSED QA] Bug 12726: Show RDA tag 264 on OPAC Results XSLT view (MARC21)

This patch adds the same information to the Publisher line of OPAC Results
as bug 12724 did on OPAC Detail.
To accomplish this and reduce repeated code, two XSLT routines (named
templates) are moved from OPACDetail to MARC21slimUtils.

Test plan (see also bug 12742 and the rules mentioned there):
[1] Add tag 260 and some 264s to your MARC21 record.
[2] Check the display of OPAC Details. Should not have changed.
[3] Now check also the display of this record in OPAC Results.
[4] Change some indicators in the record. Check OPAC Results again.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
On top of 12724, no change on detail, more data on results.
No koha-qa errors

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Change moves display logic to Utils, 260 will display as
before and 264 will only display if there is no 260.
Comment 7 Tomás Cohen Arazi 2014-10-18 14:00:01 UTC
Patch pushed to master.

Thanks Marcel!