- | testcase->product;?> |
-
-
-
- session->currentProductType != 'normal') echo html::select('branch', $branches, $branch, "onchange='loadBranch();' class='form-control' style='width:120px'");?>
-
- |
-
-
- testcase->module?>
- ";
- echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=case¤tModuleID=0&branch=$branch", '', true), $lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'");
- echo html::a("javascript:void(0)", $lang->refresh, '', "class='refresh' onclick='loadProductModules($productID)'");
- echo '';
- }
- ?>
-
- |
-
-
- | testcase->type;?> |
- testcase->typeList['unit']);?>
- testcase->typeList, $type, "class='form-control chosen'");?> |
-
-
-
- testcase->stage?>
- testcase->stageList, $stage, "class='form-control chosen' multiple='multiple'");?>
-
- |
+ testcase->create->requiredFields) as $field)
+ {
+ if($field and strpos($showFields, $field) === false) $showFields .= ',' . $field;
+ }
+ ?>
+
-
-
+