https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15485
Héctor Eduardo Castro Avalos <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #52740|0 |1 is obsolete| | --- Comment #16 from Héctor Eduardo Castro Avalos <[email protected]> --- Created attachment 52742 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=52742&action=edit [SIGNED-OFF]Bug 15485: (QA followup) Fix behaviour and default values Jonathan noticed the current behaviour is that the lists rendering falls back to the XSLTResults, and if not defined (i.e. != 'default' and != some_path) it falls back to a legacy display (non-XSLT). The patchset changed this behaviour because 'default' is not a valid value for the lists. So it should fallback to the current behaivour (i.e. Results XSLT configuration) if not defined. This patch fixes this by adding || C4::Context->preference('XSLTResultsDisplay') (and the OPAC counterpart). It also fixes minor glitches on the update message (oops) and bad default value in sysprefs.sql for 'XSLTListsDisplay'. Thanks Jonathan! Signed-off-by: Hector Castro <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
