* [task#117316] Hide the actions for diff and link.

This commit is contained in:
dingguodong
2024-05-22 14:50:12 +08:00
parent 9ae7938f97
commit 33d7069ec4
+1 -1
View File
@@ -53,7 +53,7 @@ $config->mr->dtable->fieldList['createdDate']['sortType'] = true;
$config->mr->dtable->fieldList['actions']['name'] = 'actions';
$config->mr->dtable->fieldList['actions']['title'] = $lang->actions;
$config->mr->dtable->fieldList['actions']['type'] = 'actions';
$config->mr->dtable->fieldList['actions']['menu'] = array('edit', 'diff', 'link', 'delete');
$config->mr->dtable->fieldList['actions']['menu'] = array('edit', 'delete');
$config->mr->dtable->fieldList['actions']['list'] = $config->mr->actionList;
$config->mr->taskDtable = new stdclass();