[Bug 3920] New: XSLTdetailDisplay syspref controls both OPAC and Intranet XSLT detail display
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3920 Summary: XSLTdetailDisplay syspref controls both OPAC and Intranet XSLT detail display Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: major Priority: P5 Component: Staff Client AssignedTo: paul.poulain@biblibre.com ReportedBy: wizzyrea@gmail.com Estimated Hours: 0.0 Change sponsored?: --- The XSLTdetailDisplay syspref has an inaccurate description: Current verbiage: Enable XSL stylesheet control over details page display on OPAC WARNING: MARC21 Only Current behavior: Enabling this syspref turns on XSLT detail display for both OPAC and Intranet. Filing an additional bug related to other erroneous behavior related to this syspref, will update this bug with that number when I have it. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3920 --- Comment #1 from Liz Rea <wizzyrea@gmail.com> 2009-12-14 17:35:35 --- bug 3921 is related to this bug. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3920 frederic@tamil.fr changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic@tamil.fr --- Comment #2 from frederic@tamil.fr 2010-02-06 18:18:22 --- http://lists.koha.org/pipermail/koha-patches/2010-February/005464.html -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3920 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt@gmail.com --- Comment #3 from Galen Charlton <gmcharlt@gmail.com> 2010-02-08 13:13:48 --- Patch pushed. Please test and close. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3920 frederic@tamil.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3920 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oleonard@myacpl.org Status|RESOLVED |REOPENED Resolution|FIXED | -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3920 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> 2010-02-10 16:55:06 --- The change to Auth.pm: @@ -350,8 +350,8 @@ sub get_template_and_user { 'item-level_itypes' => C4::Context->preference('item-level_itypes'), patronimages => C4::Context->preference("patronimages"), singleBranchMode => C4::Context->preference("singleBranchMode"), - XSLTDetailsDisplay => C4::Context->preference("XSLTDetailsDisplay"), - XSLTResultsDisplay => C4::Context->preference("XSLTResultsDisplay"), + OPACXSLTDetailsDisplay => C4::Context->preference("XSLTDetailsDisplay"), + OPACXSLTResultsDisplay => C4::Context->preference("XSLTResultsDisplay"), BranchesLoop => GetBranchesLoop(), ); This changes the staff client variable to "OPACXSLTDetailsDisplay" and "OPACXSLTResultsDisplay" and fails to set variables for the OPAC side. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3920 --- Comment #5 from Owen Leonard <oleonard@myacpl.org> 2010-02-10 17:03:23 --- Created an attachment (id=1600) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1600) Proposed fix This patch adds XSLTDetailsDisplay and XSLTResultsDisplay variables for the staff client, OPACXSLTDetailsDisplay and OPACXSLTResultsDisplay variables to the OPAC. Note that the XSLTResultsDisplay doesn't actually do anything because no one has added an XSLT version of search results to the staff client. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3920 --- Comment #6 from Galen Charlton <gmcharlt@gmail.com> 2010-02-11 03:44:05 --- Pushed followup patch. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3920 Sharon Moreland <smoreland@nekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |smoreland@nekls.org -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com