From 20c8a44ce9e129f0b09612b628f85915b6f0fcc7 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Fri, 19 Apr 2024 10:34:22 +0800 Subject: [PATCH] * Code for bug #48076, adjust repo link task checkbox style. --- module/repo/config/dtable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/repo/config/dtable.php b/module/repo/config/dtable.php index 706b1b1da3..a7276dbcb2 100644 --- a/module/repo/config/dtable.php +++ b/module/repo/config/dtable.php @@ -184,7 +184,7 @@ $config->repo->taskDtable = new stdclass(); $config->repo->taskDtable->fieldList = array(); $config->repo->taskDtable->fieldList['id']['name'] = 'id'; $config->repo->taskDtable->fieldList['id']['title'] = $lang->idAB; -$config->repo->taskDtable->fieldList['id']['type'] = 'id'; +$config->repo->taskDtable->fieldList['id']['type'] = 'checkID'; $config->repo->taskDtable->fieldList['id']['checkbox'] = true; $config->repo->taskDtable->fieldList['pri']['title'] = $lang->priAB;