Bugzilla – Attachment 171131 Details for
Bug 37763
'Update and run SQL' appends the editor screen after the report results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37763 (QA follow-up): Tidy
Bug-37763-QA-follow-up-Tidy.patch (text/plain), 1.10 KB, created by
Julian Maurice
on 2024-09-06 09:06:11 UTC
(
hide
)
Description:
Bug 37763 (QA follow-up): Tidy
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2024-09-06 09:06:11 UTC
Size:
1.10 KB
patch
obsolete
>From 08dff759d3a65d6ab221b7faf4b99347abf7d185 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 6 Sep 2024 11:02:30 +0200 >Subject: [PATCH] Bug 37763 (QA follow-up): Tidy > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > reports/guided_reports.pl | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) > >diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl >index bd81131ac1..49687d3988 100755 >--- a/reports/guided_reports.pl >+++ b/reports/guided_reports.pl >@@ -225,10 +225,12 @@ elsif ( $op eq 'cud-update_sql' || $op eq 'cud-update_and_run_sql' ){ > public => $public, > cache_expiry => $cache_expiry, > } ); >- my $editsql = 1; >- if ($op eq 'cud-update_and_run_sql') { >- $editsql = 0; >- } >+ >+ my $editsql = 1; >+ if ( $op eq 'cud-update_and_run_sql' ) { >+ $editsql = 0; >+ } >+ > $template->param( > 'save_successful' => 1, > 'reportname' => $reportname, >-- >2.39.2
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 37763
:
170839
|
171039
|
171130
| 171131