* Finished task#4968.

This commit is contained in:
滔哥
2018-10-11 21:33:57 +08:00
parent 1b93b8a28a
commit 9f115f2a8e
11 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -1394,7 +1394,7 @@ class task extends control
if(isset($users[$task->closedBy])) $task->closedBy = $users[$task->closedBy];
if(isset($users[$task->lastEditedBy])) $task->lastEditedBy = $users[$task->lastEditedBy];
if(!empty($task->parent)) $task->name = '>' . $task->name;
if($task->parent > 0) $task->name = '>' . $task->name;
if(!empty($task->team)) $task->name = '[' . $taskLang->multipleAB . '] ' . $task->name;
$task->openedDate = substr($task->openedDate, 0, 10);