From 25c60fad103366ecac4bb7f19269c9057b0a2870 Mon Sep 17 00:00:00 2001 From: Srdjan Jankovic Date: Thu, 7 Apr 2011 15:47:55 +1200 Subject: [PATCH] wr78692 (bug 6024): Show "Run report" link after sql update as wel --- reports/guided_reports.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl index 9e711ed..af5e8c7 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, ); } -- 1.6.5