This commit is contained in:
孙华伟
2022-03-14 13:11:08 +08:00
parent a8fc47a9b9
commit 6d3030063f
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -219,7 +219,6 @@ class execution extends control
/* Assign. */
$this->view->tasks = $tasks;
a($tasks);
$this->view->summary = $this->execution->summary($tasks);
$this->view->tabID = 'task';
$this->view->pager = $pager;
+3
View File
@@ -3286,6 +3286,9 @@ class taskModel extends model
case 'lastEditedDate':
echo substr($task->lastEditedDate, 5, 11);
break;
case 'activatedDate':
echo substr($task->activatedDate, 5, 11);
break;
case 'actions':
if($storyChanged)
{