Bugzilla – Attachment 176209 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.30 KB, created by
Leo Stoyanov
on 2025-01-07 17:02:45 UTC
(
hide
)
Description:
Bug 37927: Fixed report name on page title not showing up when viewing SQL
Filename:
MIME Type:
Creator:
Leo Stoyanov
Created:
2025-01-07 17:02:45 UTC
Size:
1.30 KB
patch
obsolete
>From 2ed672c8ce0d44b490039edc9b2d5bdb8eda3146 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. >--- > .../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.39.5
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