[Koha-bugs] [Bug 13170] Remove of prog theme broke the OPAC's "view plain" option for MARC details

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 3 23:53:08 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13170

Frédéric Demians <frederic at tamil.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33129|0                           |1
        is obsolete|                            |

--- Comment #8 from Frédéric Demians <frederic at tamil.fr> ---
Created attachment 33179
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33179&action=edit
Bug 13170 Remove of prog theme broke the OPAC's "view plain" option for MARC
details

In the OPAC if you view the MARC details for a title (and have
OPACXSLTDetailsDisplay enabled) there is a "view plain" link which displays the
output of opac-showmarc.pl. This is broken in master: fixed by this patch.

Note: Implemented with C4::XSLT::_get_best_default_xslt_filename() to keep code
orthogonal.

Test plan:

(1) Set OPACXSLTDetailsDisplay to default
(2) Do a search on OPAC, then display a specific biblio record
(3) Click on MARC view tab. Then click on 'view plain' link. Nothing is
    displayed.
(4) Apply the patch. And refresh the MARC detail page.
(5) Click on 'view plain' link. Check that a plain text MARC record is
    displayed.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list