Bugzilla – Attachment 4232 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]
Signed-off patch
0001-SIGNED-OFF-Bug-6258-Guided-reports-wizard-Build-new-.patch (text/plain), 1.11 KB, created by
Owen Leonard
on 2011-05-23 13:29:34 UTC
(
hide
)
Description:
Signed-off patch
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-05-23 13:29:34 UTC
Size:
1.11 KB
patch
obsolete
>From 1ca5aa4e7340883c725aec23bad890378ca26d0b Mon Sep 17 00:00:00 2001 >From: Liz Rea <lrea@nekls.org> >Date: Fri, 20 May 2011 14:41:20 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 6258 - Guided reports wizard 'Build new' brings up empty page >Content-Type: text/plain; charset="utf-8" > >Patch fixes a TT error that caused Build New to be empty. > >To test: >Click More -> Reports, you should see the welcome page and be able to step through creating the report. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > reports/guided_reports.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl >index 600ac29..40983fd 100755 >--- a/reports/guided_reports.pl >+++ b/reports/guided_reports.pl >@@ -621,7 +621,7 @@ 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(), > 'DHTMLcalendar_dateformat' => C4::Dates->DHTMLcalendar(), >-- >1.7.3 >
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