Bugzilla – Attachment 110708 Details for
Bug 24834
Display report number after running
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24834: Display report number on editing or running a report
Bug-24834-Display-report-number-on-editing-or-runn.patch (text/plain), 3.17 KB, created by
ByWater Sandboxes
on 2020-09-24 21:55:59 UTC
(
hide
)
Description:
Bug 24834: Display report number on editing or running a report
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2020-09-24 21:55:59 UTC
Size:
3.17 KB
patch
obsolete
>From 1cd6fae6b059bd67bbf560d731f58bdfe2ae0984 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 21 Sep 2020 12:46:48 +0000 >Subject: [PATCH] Bug 24834: Display report number on editing or running a > report > >The only place the report ID was shown when editing or running a >report was in the URL. With this patch, we also show it in the >heading, the breadcrumbs and the page title. > >To test: >- Create a new SQL report. >- Save the report. >- Edit the report. >- Verify that the report id now shows in the breadcrumbs and page title. >- Run your report. >- Verify the report id shows in the page heading, title and breadcrumbs. > >Signed-off-by: Michael A <madamyk@ckls.org> > >Signed-off-by: Lisette Scheer <lisetteslatah@gmail.com> >--- > .../prog/en/modules/reports/guided_reports_start.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 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 153d7b7ced..8cbc59f4b2 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 >@@ -28,9 +28,9 @@ > [%- ELSIF ( showsql ) -%] > › Saved reports › SQL view > [%- ELSIF ( execute ) -%] >- › Saved reports › [% name | html %] Report >+ › Saved reports › Report [% name | html %] > [%- ELSIF ( editsql ) -%] >- › Saved reports › Edit SQL report >+ › Saved reports › Edit report [% reportname | html %] > [%- END -%] > [%- IF ( build1 ) -%] > › Build a report, step 1 of 6: Choose a module >@@ -75,9 +75,9 @@ > [% 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 >+ › <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › Edit report <em>[% reportname | html %] ([% id | html %])</em> > [% ELSIF ( execute ) %] >- › <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › <em>[% name | html %]</em> Report >+ › <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › Report <em>[% name | html %] ([% id | html %])</em> > [% ELSIF ( build1 || build2 || build3 || build4 || build5 || build6 ) %] > › <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build a report</a> > [% IF ( build1 ) %] >@@ -838,7 +838,7 @@ > [% END # /IF ( enter_params ) %] > > [% IF ( execute ) %] >- <h1>[% name | html %]</h1> >+ <h1>[% name | html %] <span id="report_id">([% id %])</span></h1> > [% IF ( notes ) %] > <p><span class="label">Notes:</span> [% notes | html %]</p> > [% 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 24834
:
100394
|
110634
|
110669
|
110673
|
110674
|
110704
|
110706
|
110707
|
110708
|
110709
|
111602
|
111603
|
111604
|
111605
|
111806
|
111807
|
111808
|
111809