diff --git a/module/bug/control.php b/module/bug/control.php index 86d9d88bbf..cc6e71f5f8 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -1326,6 +1326,7 @@ class bug extends control if(isset($bugLang->priList[$bug->pri])) $bug->pri = $bugLang->priList[$bug->pri]; if(isset($bugLang->typeList[$bug->type])) $bug->type = $bugLang->typeList[$bug->type]; + if(isset($bugLang->severityList[$bug->severity])) $bug->severity = $bugLang->severityList[$bug->severity]; if(isset($bugLang->statusList[$bug->status])) $bug->status = $bugLang->statusList[$bug->status]; if(isset($bugLang->confirmedList[$bug->confirmed])) $bug->confirmed = $bugLang->confirmedList[$bug->confirmed]; if(isset($bugLang->resolutionList[$bug->resolution])) $bug->resolution = $bugLang->resolutionList[$bug->resolution]; diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 1973ac843b..ef90712a28 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -65,7 +65,6 @@ js::set('refresh', $lang->refresh); ', "class='btn btn-default' data-toggle='tooltip' onclick='loadAllBuilds()' title='{$lang->bug->allBuilds}'")?> -