Bugzilla – Attachment 31577 Details for
Bug 12890
Improve title and breadcrumbs when editing saved SQL report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-off] Bug 12890 - Improve title and breadcrumbs when editing saved SQL report
Signed-off-Bug-12890---Improve-title-and-breadcrum.patch (text/plain), 2.31 KB, created by
Marc Véron
on 2014-09-13 13:03:00 UTC
(
hide
)
Description:
[Signed-off] Bug 12890 - Improve title and breadcrumbs when editing saved SQL report
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2014-09-13 13:03:00 UTC
Size:
2.31 KB
patch
obsolete
>From fcd779ed23cb174500cf432c6b281af4a5523bc4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 8 Sep 2014 14:16:14 -0400 >Subject: [PATCH] [Signed-off] Bug 12890 - Improve title and breadcrumbs when > editing saved SQL report >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >When editing an existing SQL report the page title and breadcrumbs are >incomplete: > >Home > Reports > Guided reports wizard > > >This patch corrects this. > >To test, apply the patch and edit an existing SQL report. The page title >and breadcrumbs should be more complete: > >Home > Reports > Guided reports wizard > Saved reports > Edit SQL report > >Patch behves as expected >Signed-off-by: Marc Véron <veron@veron.ch> >--- > .../intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 2 ++ > 1 file changed, 2 insertions(+) > >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 eebf086..05c6acb 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 >@@ -5,6 +5,7 @@ > [% ELSIF ( create ) %]› Create from SQL > [% ELSIF ( showsql ) %]› Saved reports › SQL view > [% ELSIF ( execute ) %]› Saved reports › [% name %] Report >+[% ELSIF ( editsql ) %]› Saved reports › Edit SQL report > [% ELSIF ( buildx ) %]› Build a report, step [% buildx %] of 6: > [% IF ( build1 ) %]Choose a module > [% ELSIF ( build2 ) %]Pick a report type >@@ -220,6 +221,7 @@ $(document).ready(function(){ > [% IF ( saved1 ) %]Saved reports > [% ELSIF ( create ) %]Create from SQL > [% ELSIF ( showsql ) %]<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › SQL view >+[% ELSIF ( editsql ) %]<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › Edit SQL report > [% ELSIF ( execute ) %]<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › <em>[% name %]</em> Report > [% ELSIF ( buildx ) %]<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build a report</a> › Step [% buildx %] of 6: > [% IF ( build1 ) %]Choose a module >-- >1.7.10.4
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 12890
:
31469
|
31577
|
31629