[Bug 6111] New: [3.0.x] XSLT.pm doesn't honor XSLTDetailFilename and XSLTResultsFilename sysprefs
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6111 Bug #: 6111 Summary: [3.0.x] XSLT.pm doesn't honor XSLTDetailFilename and XSLTResultsFilename sysprefs Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_0 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 Component: Architecture, internals, and plumbing AssignedTo: gmcharlt@gmail.com ReportedBy: tomascohen@gmail.com QAContact: koha-bugs@lists.koha-community.org This hardcoded path doesn't honor the existent sysprefs that allow the user to choose the xslt files in the filesystem. sub _buildfilename{ my $type=shift; return C4::Context->config('opachtdocs') . "/prog/en/xslt/" . C4::Context->preference('marcflavour') . "slim2OPAC$type.xsl"; } -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6111 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #1 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2011-04-07 12:55:37 UTC --- I think that they the xslt filenames prefs became obsolete somewhere along the 3.0.x path. Since they are not in master either, i wonder if this is a bug? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6111 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Tomás Cohen Arazi <tomascohen@gmail.com> 2011-04-07 13:03:56 UTC --- We had a problem with the XSLTDetailFilename in the database. This bug is invalid. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org