[Koha-bugs] [Bug 28371] Improve performance of XSLTParse4Display

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 26 08:27:44 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28371

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |additional_work_needed

--- Comment #30 from Fridolin Somers <fridolin.somers at biblibre.com> ---
This breaks t/db_dependent/Koha/Biblio.t :
    #   Failed test 'Authorised value is correctly parsed to show description
rather than code'
    #   at t/db_dependent/Koha/Biblio.t line 708.
    #          got: 'CODE'
    #     expected: 'Description should show'

How should we fix all calls of transformMARCXML4XSLT ?

 > git grep 'transformMARCXML4XSLT('
C4/XSLT.pm:    my $record = transformMARCXML4XSLT($biblionumber, $orig_record,
undef, $branches, $itemtypes, $authorised_values );
Koha/Biblio.pm:    $record = transformMARCXML4XSLT( $self->biblionumber,
$record, $opac );
Koha/OAI/Server/Repository.pm:    $record = transformMARCXML4XSLT(
$biblionumber, $record )
t/db_dependent/XSLT.t:    C4::XSLT::transformMARCXML4XSLT( 3, $record, 0,
$branches, $itemtypes, $av );
t/db_dependent/XSLT.t:    C4::XSLT::transformMARCXML4XSLT( 3, $record,
$branches, $itemtypes, $av );

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


More information about the Koha-bugs mailing list