From c5762df8235c08fe169ac32e184b7a238766c9fb Mon Sep 17 00:00:00 2001 From: Srdjan Jankovic Date: Thu, 7 Apr 2011 10:45:58 -0400 Subject: [PATCH] Bug 6024 : Show "Run report" link after sql update as wel Signed-off-by: Ian Walls Signed-off-by: Chris Cormack --- reports/guided_reports.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl index f60a37b3b7..9745134b18 100755 --- a/reports/guided_reports.pl +++ b/reports/guided_reports.pl @@ -133,6 +133,7 @@ elsif ( $phase eq 'Update SQL'){ update_sql( $id, $sql, $reportname, $notes ); $template->param( 'save_successful' => 1, + 'id' => $id, ); } -- 2.39.5