add cp gantt task move
This commit is contained in:
@@ -275,7 +275,7 @@ class programplan extends control
|
||||
|
||||
$this->loadModel('task')->updateEsDateByGantt($objectID, $_POST['type']);
|
||||
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
|
||||
// $this->loadModel('action')->create('task', $objectID, 'ganttDrag', '', $this->app->user->account);
|
||||
|
||||
return $this->send(array('result' => 'success'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user