зеркало из https://github.com/mozilla/pjs.git
Bug 410836: Field name missing in error message when trying to add an already existing field value - Patch by Ronaldo Maia <romaia@async.com.br> r/a=LpSolit
This commit is contained in:
Родитель
bd3cc90400
Коммит
ce14d3a5cb
|
@ -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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче