bug->common . $lang->colon . $lang->bug->batchActivate;?>

@@ -24,6 +34,14 @@ bug->assignedTo;?> bug->openedBuild;?> bug->legendComment;?> + bug->getFlowExtendFields(); + foreach($extendFields as $extendField) + { + $required = strpos(",$extendField->rules,", ',1,') !== false ? 'required' : ''; + echo "{$extendField->name}"; + } + ?> @@ -34,11 +52,15 @@ id]", $users, $bug->resolvedBy, "class='form-control chosen'");?> id]", $builds, $bug->openedBuild, 'size=4 multiple=multiple class="form-control chosen"');?> id]", '', "class='form-control'");?> + loadModel('flow'); + foreach($extendFields as $extendField) echo "control == 'select' or $extendField->control == 'multi-select') ? " style='overflow:visible'" : '') . ">" . $this->flow->getFieldControl($extendField, $bug, $extendField->field . "[$bug->id]") . ""; + ?> - + diff --git a/module/common/view/gantt.html.php b/module/common/view/gantt.html.php index ec81e3d8c0..76ec9eca20 100644 --- a/module/common/view/gantt.html.php +++ b/module/common/view/gantt.html.php @@ -16,6 +16,7 @@ if($currentLang != 'en') js::import($jsRoot . 'dhtmlxgantt/lang/' . $currentLang ?>