* @package execution * @version $Id: bug.html.php 4894 2013-06-25 01:28:39Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> app->getViewType() == 'xhtml'):?>
project->getById($execution->project)->name . ' / ' . $this->execution->getByID($execution->id)->name) ?>

bug->noBug;?> createLink('bug', 'create', "productID=$defaultProduct&branch=0&extra=executionID=$execution->id"), " " . $lang->bug->create, '', "class='btn btn-info' data-app='execution'");?>

moduleName . ucfirst($this->methodName); $useDatatable = (isset($config->datatable->$datatableId->mode) and $config->datatable->$datatableId->mode == 'datatable'); ?> app->getViewType() == 'xhtml'):?>
>
id}&productID={$productID}&branch={$branchID}&orderBy=%s&build=$buildID&type=$type¶m=$param&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}"; $useDatatable ? include '../../common/view/datatable.html.php' : include '../../common/view/tablesorter.html.php'; $setting = $this->datatable->getSetting('execution'); $widths = $this->datatable->setFixedFieldWidth($setting); $columns = 0; $canBatchAssignTo = common::hasPriv('bug', 'batchAssignTo'); ?> ';?> ' id='bugList' data-fixed-left-width='' data-fixed-right-width=''> app->getViewType() == 'xhtml'):?> id == 'title' || $value->id == 'id' || $value->id == 'pri' || $value->id == 'status') { $this->datatable->printHead($value, $orderBy, $vars, $canBatchAssignTo); $columns ++; } } ?> hasProduct and $project->model != 'scrum' and $value->id == 'plan') continue; if(!$project->hasProduct and $value->id == 'branch') continue; if($value->show) { if(common::checkNotCN() and $value->id == 'severity') $value->name = $lang->bug->severity; if(common::checkNotCN() and $value->id == 'pri') $value->name = $lang->bug->pri; if(common::checkNotCN() and $value->id == 'confirmed') $value->name = $lang->bug->confirmed; $this->datatable->printHead($value, $orderBy, $vars, $canBatchAssignTo); $columns ++; } } ?> app->getViewType() == 'xhtml'):?> id == 'title' || $value->id == 'id' || $value->id == 'pri' || $value->id == 'status') { $this->bug->printCell($value, $bug, $users, $builds, $branchOption, $modulePairs, array($execution), $plans, $stories, $tasks, $useDatatable ? 'datatable' : 'table'); } }?> hasProduct and $project->model != 'scrum' and $value->id == 'plan') continue; if(!$project->hasProduct and $value->id == 'branch') continue; $this->bug->printCell($value, $bug, $users, $builds, $branchOption, $modulePairs, $executions, $plans, $stories, $tasks, $useDatatable ? 'datatable' : 'table', $projectPairs); } ?>
';?>