* Code for bug #48076, adjust repo link task checkbox style.

This commit is contained in:
caoyanyi
2024-04-19 10:34:25 +08:00
parent 383c6b8ff8
commit 20c8a44ce9
+1 -1
View File
@@ -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;