From 61d1e0ceecf331f8fd6b60c19f7d460594748f0e Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 20 Dec 2017 10:44:49 +0800 Subject: [PATCH] * fix bug for checked. --- module/project/view/task.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/view/task.html.php b/module/project/view/task.html.php index 0d1af27552..8a7efdad3f 100644 --- a/module/project/view/task.html.php +++ b/module/project/view/task.html.php @@ -83,7 +83,7 @@ js::set('browseType', $browseType); children as $key => $child):?> children)) ? ' table-child-bottom' : '';?> - + task->printCell($field, $child, $users, $browseType, $branchGroups, $modulePairs, $useDatatable ? 'datatable' : 'table', true);?>