* Rewrite user module.

This commit is contained in:
wangyidong
2023-11-01 13:15:00 +08:00
parent ae5960fcb4
commit 706bcd10a7
4 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ $cols = array();
foreach($config->user->defaultFields['execution'] as $field) $cols[$field] = zget($config->execution->dtable->fieldList, $field, array());
$cols['name']['nestedToggle'] = false;
$cols['name']['type'] = 'text';
$cols['name']['link'] = array('module' => 'execution', 'method' => 'view', 'params' => 'executionID={id}');
$cols['name']['link'] = $config->user->execution->dtable->name['link'];
$cols['id'] = array('type' => 'checkID', 'title' => $lang->idAB, 'checkbox' => false);
$cols['role'] = array('type' => 'user', 'title' => $lang->team->role);