*
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user