Commit 3951e2cb authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 366346: On process_bug.cgi with submit_action=nothing, provide Next/Prev…

Bug 366346: On process_bug.cgi with submit_action=nothing, provide Next/Prev link - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
parent 6e5f81c4
......@@ -2082,6 +2082,9 @@ elsif ($action eq 'next_bug') {
# End the response page.
unless (Bugzilla->usage_mode == USAGE_MODE_EMAIL) {
# The user pref is 'Do nothing', so all we need is the current bug ID.
$vars->{'bug'} = {bug_id => scalar $cgi->param('id')};
$template->process("bug/navigate.html.tmpl", $vars)
|| ThrowTemplateError($template->error());
$template->process("global/footer.html.tmpl", $vars)
......
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