[Koha-bugs] [Bug 15485] Allow choosing different XSLTs for lists

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 14 17:36:54 CEST 2016


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #8 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Jonathan Druart from comment #7)
> Comment on attachment 52321 [details] [review]
> Bug 15485: Use lists-specific XSLT sysprefs
> 
> Review of attachment 52321 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: opac/opac-shelves.pl
> @@ +248,4 @@
> >  
> >              my $borrower = GetMember( borrowernumber => $loggedinuser );
> >  
> > +            my $xslfile = C4::Context->preference('OPACXSLTListsDisplay');
> 
> it seems that || 'default' is missing here, could you confirm?

Actually no, it's not. But the other one should not default to 'default' (...),
otherwise the non-XSLT view will never be used.

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


More information about the Koha-bugs mailing list