diff --git a/module/bug/view/batchcreate.html.php b/module/bug/view/batchcreate.html.php index cb057bf34e..df075784d6 100755 --- a/module/bug/view/batchcreate.html.php +++ b/module/bug/view/batchcreate.html.php @@ -233,7 +233,7 @@ foreach(explode(',', $config->bug->create->requiredFields) as $field) %s productBox' style='overflow:visible'> - + systemMode == 'new'):?> projectBox' style='overflow:visible'> @@ -256,7 +256,7 @@ foreach(explode(',', $config->bug->create->requiredFields) as $field) deadlineBox'> stepsBox'> typeBox' style='overflow:visible'> bug->typeList, $type, "class='form-control chosen'");?> - priBox' style='overflow:visible'> bug->priList, '', "class='form-control'");?> + priBox' style='overflow:visible'> bug->priList, $pri, "class='form-control'");?> severityBox' style='overflow:visible'>bug->severityList, '3', "class='form-control'");?> osBox' style='overflow:visible'> bug->osList, $os, "class='form-control chosen'");?> browserBox' style='overflow:visible'> bug->browserList, $browser, "class='form-control chosen'");?> @@ -265,6 +265,10 @@ foreach(explode(',', $config->bug->create->requiredFields) as $field) $this->loadModel('flow'); foreach($extendFields as $extendField) echo "control == 'select' or $extendField->control == 'multi-select') ? " style='overflow:visible'" : '') . ">" . $this->flow->getFieldControl($extendField, '', $extendField->field . "[%s]") . ""; ?> + + + +