summaryrefslogtreecommitdiffstats
path: root/editfields.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'editfields.cgi')
-rw-r--r--editfields.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/editfields.cgi b/editfields.cgi
index 17db14092..1a7024433 100644
--- a/editfields.cgi
+++ b/editfields.cgi
@@ -91,6 +91,7 @@ elsif ($action eq 'new') {
Bugzilla::Field::create_or_update($vars);
$vars->{'custom_fields'} = [Bugzilla->get_fields({'custom' => 1})];
+ $vars->{'message'} = 'custom_field_created';
$template->process('admin/custom_fields/list.html.tmpl', $vars)
|| ThrowTemplateError($template->error());