Bugzilla – Attachment 87095 Details for
Bug 22586
IntranetReportsHomeHTML no longer renders as HTML on reports-home.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22586: fix IntranetReportsHomeHTML filter
Bug-22586-fix-IntranetReportsHomeHTML-filter.patch (text/plain), 1.08 KB, created by
Lucas Gass (lukeg)
on 2019-03-27 16:31:50 UTC
(
hide
)
Description:
Bug 22586: fix IntranetReportsHomeHTML filter
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2019-03-27 16:31:50 UTC
Size:
1.08 KB
patch
obsolete
>From 1ea8aebb6d020b2a8b4a3ee3f34da0e3acd6441a Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 26 Mar 2019 11:17:31 +0000 >Subject: [PATCH] Bug 22586: fix IntranetReportsHomeHTML filter > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt >index 20be414b9a..e4901bbd62 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt >@@ -1,4 +1,5 @@ > [% USE Koha %] >+[% USE raw %] > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Reports</title> > [% INCLUDE 'doc-head-close.inc' %] >@@ -89,7 +90,7 @@ > > </div> > <div class="col-md-12" id="intranet-reports-home-html"> >- [% Koha.Preference('IntranetReportsHomeHTML') | html %] >+ [% Koha.Preference('IntranetReportsHomeHTML') | $raw %] > </div> > </div> > [% INCLUDE 'intranet-bottom.inc' %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22586
:
87095
|
87096
|
87116
|
87169