Bugzilla – Attachment 131522 Details for
Bug 30253
Double mana_success line is no success
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30253: Remove a double mana_success parameter
Bug-30253-Remove-a-double-manasuccess-parameter.patch (text/plain), 1010 bytes, created by
Marcel de Rooy
on 2022-03-09 12:48:25 UTC
(
hide
)
Description:
Bug 30253: Remove a double mana_success parameter
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-03-09 12:48:25 UTC
Size:
1010 bytes
patch
obsolete
>From 5ceee9f2d035e421e22de0d79fef8368b730b168 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 9 Mar 2022 12:46:10 +0000 >Subject: [PATCH] Bug 30253: Remove a double mana_success parameter >Content-Type: text/plain; charset=utf-8 > >Remove the line without the scalar. > >Test plan: >Just look at the code. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > reports/guided_reports.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl >index 6106fa9c03..140a8ecb62 100755 >--- a/reports/guided_reports.pl >+++ b/reports/guided_reports.pl >@@ -181,7 +181,6 @@ elsif ( $phase eq 'Show SQL'){ > 'notes' => $report->notes, > 'sql' => $report->savedsql, > 'showsql' => 1, >- 'mana_success' => $input->param('mana_success'), > 'mana_success' => scalar $input->param('mana_success'), > 'mana_id' => $report->{mana_id}, > 'mana_comments' => $report->{comments} >-- >2.20.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 30253
:
131522
|
131962