* @package bug * @link https://www.zentao.net */ namespace zin; jsVar('productID', $product->id); jsVar('branch', $branch); $queryMenuLink = createLink('bug', 'browse', "productID={$product->id}&branch={$branch}&browseType=bySearch¶m={queryID}"); featureBar ( set::current($browseType == 'bysearch' ? $param : $browseType), set::linkParams("product=$product->id&branch=$branch&browseType={key}"), set::queryMenuLinkCallback(fn($key) => str_replace('{queryID}', (string)$key, $queryMenuLink)), li(searchToggle()) ); $canBeChanged = common::canModify('product', $product); $canBatchEdit = $canBeChanged && hasPriv('bug', 'batchEdit'); $canBatchConfirm = $canBeChanged && hasPriv('bug', 'batchConfirm'); $canBatchActivate = $canBeChanged && hasPriv('bug', 'batchActivate'); $canBatchChangeBranch = $canBeChanged && hasPriv('bug', 'batchChangeBranch'); $canBatchChangeModule = $canBeChanged && hasPriv('bug', 'batchChangeModule'); $canBatchResolve = $canBeChanged && hasPriv('bug', 'batchResolve'); $canBatchAssignTo = $canBeChanged && hasPriv('bug', 'batchAssignTo'); $canBatchClose = common::hasPriv('bug', 'batchClose'); $canManageModule = hasPriv('tree', 'browse'); $canBatchAction = $canBatchEdit || $canBatchConfirm || $canBatchClose || $canBatchActivate || $canBatchChangeBranch || $canBatchChangeModule || $canBatchResolve || $canBatchAssignTo; if(!isonlybody()) { $canCreate = false; $canBatchCreate = false; if($canBeChanged) { $canCreate = hasPriv('bug', 'create'); $canBatchCreate = hasPriv('bug', 'batchCreate'); $selectedBranch = $branch != 'all' ? $branch : 0; $createLink = $this->createLink('bug', 'create', "productID={$product->id}&branch=$selectedBranch&extra=moduleID=$currentModuleID"); $batchCreateLink = $this->createLink('bug', 'batchCreate', "productID={$product->id}&branch=$branch&executionID=0&moduleID=$currentModuleID"); if(commonModel::isTutorialMode()) { $wizardParams = helper::safe64Encode("productID={$product->id}&branch=$branch&extra=moduleID=$currentModuleID"); $createLink = $this->createLink('tutorial', 'wizard', "module=bug&method=create¶ms=$wizardParams"); } $createItem = array('text' => $lang->bug->create, 'url' => $createLink); $batchCreateItem = array('text' => $lang->bug->batchCreate, 'url' => $batchCreateLink); } toolbar ( hasPriv('bug', 'report') ? item(set(array ( 'icon' => 'bar-chart', 'text' => $lang->bug->report->common, 'class' => 'ghost', 'url' => createLink('bug', 'report', "productID=$product->id&browseType=$browseType&branch=$branch&module=$currentModuleID") ))) : null, hasPriv('bug', 'export') ? item(set(array ( 'text' => $lang->bug->export, 'icon' => 'export', 'class' => 'ghost', 'url' => createLink('bug', 'export', "productID={$product->id}&orderBy=$orderBy&browseType=$browseType"), 'data-toggle' => 'modal' ))) : null, $canCreate && $canBatchCreate ? btngroup ( btn(setClass('btn primary'), set::icon('plus'), set::url($createLink), $lang->bug->create), dropdown ( btn(setClass('btn primary dropdown-toggle'), setStyle(array('padding' => '6px', 'border-radius' => '0 2px 2px 0'))), set::items(array($createItem, $batchCreateItem)), set::placement('bottom-end'), ) ) : null, $canCreate && !$canBatchCreate ? item(set($createItem + array('class' => 'btn primary', 'icon' => 'plus'))) : null, $canBatchCreate && !$canCreate ? item(set($batchCreateItem + array('class' => 'btn primary', 'icon' => 'plus'))) : null, ); } $closeLink = createLink('bug', 'browse', "productID={$product->id}&branch=$branch&browseType=$browseType¶m=0&orderBy=$orderBy&recTotal=0&recPerPage={$pager->recPerPage}"); $settingLink = $canManageModule ? createLink('tree', 'browse', "productID={$product->id}&view=bug¤tModuleID=0&branch=0&from={$this->lang->navGroup->bug}") : ''; sidebar ( moduleMenu(set(array ( 'modules' => $moduleTree, 'activeKey' => $currentModuleID, 'closeLink' => $closeLink, 'settingLink' => $settingLink, ))) ); $footToolbar = $canBatchAction ? array('items' => array ( array('type' => 'btn-group', 'items' => array ( array('text' => $lang->edit, 'className' => 'secondary batch-btn', 'disabled' => ($canBatchEdit ? '': 'disabled'), 'data-url' => createLink('bug', 'batchEdit', "productID={$product->id}&branch=$branch")), array('caret' => 'up', 'class' => 'btn btn-caret size-sm secondary', 'url' => '#navActions', 'data-toggle' => 'dropdown', 'data-placement' => 'top-end'), )), array('caret' => 'up', 'text' => $lang->product->branchName[$this->session->currentProductType], 'className' => ($this->session->currentProductType == 'normal' || !$canBatchChangeBranch ? 'hidden' : '') , 'url' => '#navBranch', 'data-toggle' => 'dropdown', 'data-placement' => 'top-start'), array('caret' => 'up', 'text' => $lang->bug->abbr->module, 'className' => $canBatchChangeModule ? '' : 'hidden', 'url' => '#navModule', 'data-toggle' => 'dropdown', 'data-placement' => 'top-start'), array('caret' => 'up', 'text' => $lang->bug->assignedTo, 'className' => ($canBatchAssignTo ? '' : 'hidden'), 'url' => '#navAssignedTo', 'data-toggle' => 'dropdown', 'data-placement' => 'top-start'), ), 'btnProps' => array('size' => 'sm', 'btnType' => 'secondary')) : null; $resolveItems = array(); foreach($lang->bug->resolutionList as $key => $resolution) { if($key == 'duplicate' || $key == 'tostory') continue; if($key == 'fixed') { $buildItems = array(); foreach($builds as $key => $build) $buildItems[] = array('text' => $build, 'class' => 'batch-btn ajax-btn', 'data-url' => createLink('bug', 'batchResolve', "resolution=fixed&resolvedBuild=$key")); $resolveItems[] = array('text' => $resolution, 'class' => 'not-hide-menu', 'items' => $buildItems); } else { $resolveItems[] = array('text' => $resolution, 'class' => 'batch-btn ajax-btn', 'data-url' => createLink('bug', 'batchResolve', "resolution=$key")); } } menu ( set::id('navActions'), set::class('menu dropdown-menu'), set::items(array ( array('text' => $lang->bug->confirm, 'class' => 'batch-btn ajax-btn', 'disabled' => ($canBatchConfirm ? '' : 'disabled'), 'data-url' => helper::createLink('bug', 'batchConfirm')), array('text' => $lang->bug->close, 'class' => 'batch-btn ajax-btn', 'disabled' => ($canBatchClose ? '' : 'disabled'), 'data-url' => helper::createLink('bug', 'batchClose')), array('text' => $lang->bug->activate, 'class' => 'batch-btn', 'disabled' => ($canBatchActivate ? '' : 'disabled'), 'data-url' => helper::createLink('bug', 'batchActivate', "productID=$product->id&branch=$branch")), array('text' => $lang->bug->resolve, 'class' => 'not-hide-menu' . ($canBatchResolve ? '' : ' hidden'), 'items' => $resolveItems), )) ); $branchItems = array(); foreach($branchTagOption as $branchID => $branchName) { $branchItems[] = array('text' => $branchName, 'class' => 'batch-btn ajax-btn', 'data-url' => helper::createLink('bug', 'batchChangeBranch', "branchID=$branchID")); } menu ( set::id('navBranch'), set::class('dropdown-menu'), set::items($branchItems) ); $moduleItems = array(); foreach($modules as $moduleID => $module) { $moduleItems[] = array('text' => $module, 'class' => 'batch-btn ajax-btn', 'data-url' => helper::createLink('bug', 'batchChangeModule', "moduleID=$moduleID")); } menu ( set::id('navModule'), set::class('dropdown-menu'), set::items($moduleItems) ); $assignedToItems = array(); foreach ($memberPairs as $key => $value) { $assignedToItems[] = array('text' => $value, 'class' => 'batch-btn ajax-btn', 'data-url' => helper::createLink('bug', 'batchAssignTo', "assignedTo=$key&productID={$product->id}&type=product")); } menu ( set::id('navAssignedTo'), set::class('dropdown-menu'), set::items($assignedToItems) ); if(empty($bugs)) { panel ( p ( span($lang->bug->notice->noBug, set('class', 'text-gray')), $canBeChanged && common::hasPriv('bug', 'create') ? a(icon('plus'), $lang->bug->create, set('href', createLink('bug', 'create', "productID={$product->id}&branch={$branch}&extra=moduleID=$currentModuleID"))) : null, ), setClass('text-center'), setStyle('padding', '80px 10px'), ); } else { $cols = $this->loadModel('datatable')->getSetting('bug'); if(isset($cols['branch'])) $cols['branch']['map'] = $branchTagOption; if(isset($cols['project'])) $cols['project']['map'] = $projectPairs; if(isset($cols['execution'])) $cols['execution']['map'] = $executions; if($product->type == 'normal') unset($cols['branch']); $bugs = initTableData($bugs, $cols, $this->bug); dtable ( set::cols($cols), set::data(array_values($bugs)), set::userMap($users), set::customCols(true), set::checkable($canBatchAction), set::footToolbar($footToolbar), set::footPager(usePager()), set::onRenderCell(jsRaw('window.onRenderCell')), set::modules($modulePairs) ); } render();