* Fix bug 26002,25249

This commit is contained in:
liuyongkai
2022-08-05 03:32:47 +00:00
parent 697ecffce7
commit eef158bcb6
+2 -1
View File
@@ -3783,7 +3783,8 @@ class taskModel extends model
public function buildNestedList($execution, $task, $isChild = false, $showmore = false, $users = array())
{
$this->app->loadLang('execution');
$today = helper::today();
$today = helper::today();
$showmore = $showmore ? 'showmore' : '';
$trAttrs = "data-id='t$task->id'";
if(!$isChild)