Bugzilla – Attachment 70395 Details for
Bug 16782
Display JSON report URL in staff client report interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16782: Use uri filter instead of html
Bug-16782-Use-uri-filter-instead-of-html.patch (text/plain), 1.86 KB, created by
Jonathan Druart
on 2018-01-09 20:21:15 UTC
(
hide
)
Description:
Bug 16782: Use uri filter instead of html
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-01-09 20:21:15 UTC
Size:
1.86 KB
patch
obsolete
>From b65e52ad89de3a815cb28605aa86bdec999e8e38 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 9 Jan 2018 17:20:42 -0300 >Subject: [PATCH] Bug 16782: Use uri filter instead of html > >--- > .../intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index b9daca6270..1d5e9f4671 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -204,9 +204,9 @@ canned reports and writing custom SQL reports.</p> > </td> > <td class="report_json_url"> > [% IF (savedreport.public) %] >- <a href="[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]">[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a> >+ <a href="[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | uri %]">[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a> > [% ELSE %] >- <a href="/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]">[% Koha.Preference('staffClientBaseURL') %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a> >+ <a href="/cgi-bin/koha/svc/report?id=[% savedreport.id | uri %]">[% Koha.Preference('staffClientBaseURL') %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a> > [% END %] > </td> > [% IF (usecache) %] <td>[% savedreport.cache_expiry %]</td> [% END %] >-- >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 16782
:
68286
|
68287
|
68446
|
68447
|
68619
|
68620
|
68621
|
68639
|
68648
|
68649
|
70322
|
70323
|
70324
| 70395