Bugzilla – Attachment 4207 Details for
Bug 6258
Guided reports wizard 'Build new' brings up empty page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Followup - removes the commented out old bad code
0009-Bug-6258-Followup-Removing-the-bad-code-that-I-accid.patch (text/plain), 975 bytes, created by
Liz Rea
on 2011-05-20 20:14:41 UTC
(
hide
)
Description:
Followup - removes the commented out old bad code
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2011-05-20 20:14:41 UTC
Size:
975 bytes
patch
obsolete
>From a6b216c4856d035bd354d8b6de5f17b2b9ddcba5 Mon Sep 17 00:00:00 2001 >From: Liz Rea <lrea@nekls.org> >Date: Fri, 20 May 2011 14:47:03 -0500 >Subject: [PATCH 9/9] Bug 6258 Followup - Removing the bad code that I accidentally left in. >Content-Type: text/plain; charset="utf-8" > >To test: >More -> Reports, you should be able to see the guided reports and build one from scratch. > >(though nothing has functionally changed) >--- > reports/guided_reports.pl | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > >diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl >index a341241..40983fd 100755 >--- a/reports/guided_reports.pl >+++ b/reports/guided_reports.pl >@@ -621,7 +621,6 @@ sub header_cell_loop { > } > > foreach (1..6) { >-# $template->param('build' . $_) and $template->param(buildx => $_) and last; > $template->{VARS}->{'build' . $_} and $template->{VARS}->{'buildx' . $_} and last; > } > $template->param( 'referer' => $input->referer(), >-- >1.7.2.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 6258
:
4206
|
4207
|
4232