* finish the task #525.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-09-06 01:21:16 +00:00
parent ba28237229
commit e34234546e
+2
View File
@@ -96,6 +96,8 @@ class taskModel extends model
->setIF($this->post->assignedTo != $oldTask->assignedTo, 'assignedDate', $now)
->setIF($this->post->status == 'wait' and $this->post->left == $oldTask->left and $this->post->consumed == 0, 'left', $this->post->estimate)
->add('lastEditedBy', $this->app->user->account)
->add('lastEditedDate', $now)
->remove('comment,files,labels')