Commit c07813cf authored by jocuri%softhome.net's avatar jocuri%softhome.net

Bug 220034: empty form after changing bug details; patch by wicked@etlicon.fi…

Bug 220034: empty form after changing bug details; patch by wicked@etlicon.fi (Teemu Mannermaa); r=kiko, a=justdave.
parent c3f14a48
......@@ -1749,6 +1749,9 @@ if ($next_bug) {
my $bug = new Bug($next_bug, $::userid);
ThrowCodeError("bug_error", { bug => $bug }) if $bug->error;
# next.html.tmpl includes edit.html.tmpl, and therefore we
# need $bug defined in $vars.
$vars->{'bug'} = $bug;
$template->process("bug/process/next.html.tmpl", $vars)
|| ThrowTemplateError($template->error());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment