From 449c58cf94b51af590a1a76cdc267943e86d20ae Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Fri, 4 Jan 2008 21:57:26 +0000 Subject: [PATCH] Bug 410836: Field name missing in error message when trying to add an already existing field value - Patch by Ronaldo Maia r/a=LpSolit git-svn-id: svn://10.0.0.236/trunk@242374 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/editvalues.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/editvalues.cgi b/mozilla/webtools/bugzilla/editvalues.cgi index 9408acd8035..b37f2483700 100755 --- a/mozilla/webtools/bugzilla/editvalues.cgi +++ b/mozilla/webtools/bugzilla/editvalues.cgi @@ -225,7 +225,7 @@ if ($action eq 'new') { } if (ValueExists($field, $value)) { ThrowUserError('fieldvalue_already_exists', - {'field' => $field, + {'field' => $field_obj, 'value' => $value}); } if ($field eq 'bug_status'