Bug 6024 : Show "Run report" link after sql update as wel
authorSrdjan Jankovic <srdjan@catalyst.net.nz>
Thu, 7 Apr 2011 14:45:58 +0000 (10:45 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Fri, 8 Apr 2011 01:33:43 +0000 (13:33 +1200)
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
reports/guided_reports.pl

index f60a37b..9745134 100755 (executable)
@@ -133,6 +133,7 @@ elsif ( $phase eq 'Update SQL'){
         update_sql( $id, $sql, $reportname, $notes );
         $template->param(
             'save_successful'       => 1,
+            'id'                    => $id,
         );
     }