Bugzilla – Attachment 176242 Details for
Bug 37927
Show report name on page title when viewing SQL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37927: Fixed report name on page title not showing up when viewing SQL
Bug-37927-Fixed-report-name-on-page-title-not-show.patch (text/plain), 1.44 KB, created by
Emily Lamancusa (emlam)
on 2025-01-08 15:41:12 UTC
(
hide
)
Description:
Bug 37927: Fixed report name on page title not showing up when viewing SQL
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2025-01-08 15:41:12 UTC
Size:
1.44 KB
patch
obsolete
>From b275760064562786a58e844e30a03894ce478dee Mon Sep 17 00:00:00 2001 >From: Leo Stoyanov <leo.stoyanov@bywatersolutions.com> >Date: Mon, 6 Jan 2025 19:05:45 -0600 >Subject: [PATCH] Bug 37927: Fixed report name on page title not showing up > when viewing SQL > >To test: >1. Create a SQL report. >2. Go to /cgi-bin/koha/reports/guided_reports.pl?id=1&op=show. >3. Inspect element the page, go to the head, and find the title; it should have no report name or id. >4. Apply patch. >5. Redo steps 1-3 to see the fix. > >Signed-off-by: Imani Thomas <imani.thomas@bywatersolutions.com> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > .../prog/en/modules/reports/guided_reports_start.tt | 1 + > 1 file changed, 1 insertion(+) > >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 98a96b8071..cdba5aad88 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,6 +28,7 @@ > [% ELSIF ( create ) %] > [% t("Create from SQL") | html %] › > [% ELSIF ( showsql ) %] >+ [% tx("Show report {reportname} ({id})", { reportname = reportname, id = id }) | html %] › > [% t("SQL view") | html %] › > [% t("Saved reports") | html %] › > [% ELSIF ( execute ) %] >-- >2.34.1
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 37927
:
176209
|
176210
| 176242