Commit 64d570c1 authored by GavinS's avatar GavinS Committed by Frédéric Buclin

Bug 570567: The 'keyword deleted' page does not mention the deleted keyword

r/a=LpSolit
parent 3e4ca161
......@@ -176,6 +176,7 @@ if ($action eq 'delete') {
print $cgi->header();
$vars->{'message'} = 'keyword_deleted';
$vars->{'keyword'} = $keyword;
$vars->{'keywords'} = Bugzilla::Keyword->get_all_with_bug_count();
$template->process("admin/keywords/list.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