diff --git a/module/bug/css/create.css b/module/bug/css/create.css index 3175a7db60..87f3809f1a 100644 --- a/module/bug/css/create.css +++ b/module/bug/css/create.css @@ -15,3 +15,4 @@ #tplBox li .tpl-name {padding-right: 40px;} #module_chosen.chosen-container .chosen-drop {min-width: 400px; border-top: 1px solid #ddd!important} +#openedBuild_chosen.chosen-container .chosen-drop {min-width: 450px; border-top: 1px solid #ddd!important} diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 3a1eeb6da8..96ddada8f8 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -77,6 +77,8 @@ js::set('refresh', $lang->refresh); unset($lang->bug->typeList['trackthings']); echo html::select('type', $lang->bug->typeList, $type, "class='form-control'"); ?> + bug->pri?> + bug->priList, $severity, "class='form-control'");?> bug->severity?> bug->severityList, $severity, "class='form-control'");?>