This commit is contained in:
wangyidong
2024-01-08 17:33:13 +08:00
parent 10c9962247
commit 0236c84efe
2 changed files with 10 additions and 2 deletions
+5 -1
View File
@@ -44,10 +44,14 @@ jsVar('changeProductLink', helper::createLink('execution', 'build', "executionID
jsVar('scmPathTip', $lang->build->scmPath);
jsVar('filePathTip', $lang->build->filePath);
jsVar('confirmDelete', $lang->build->confirmDelete);
$fieldList = $config->build->dtable->fieldList;
if($execution->type == 'kanban') unset($fieldList['actions']['actionsMap']['createTest']['data-app']);
dtable
(
set::userMap($users),
set::cols($config->build->dtable->fieldList),
set::cols($fieldList),
set::data($builds),
set::plugins(array('cellspan')),
set::onRenderCell(jsRaw('window.renderCell')),