* fix a bug.
This commit is contained in:
@@ -753,6 +753,7 @@ class task extends control
|
||||
{
|
||||
$taskIDList = $this->post->taskIDList;
|
||||
unset($_POST['taskIDList']);
|
||||
unset($_POST['assignedTo']);
|
||||
$this->loadModel('action');
|
||||
|
||||
$tasks = $this->task->getByList($taskIDList);
|
||||
|
||||
Reference in New Issue
Block a user