* Fix code style.
This commit is contained in:
@@ -523,7 +523,6 @@ class kanban extends control
|
||||
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
|
||||
|
||||
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'parent'));
|
||||
|
||||
}
|
||||
|
||||
$kanban = $from == 'execution' ? $this->loadModel('execution')->getByID($kanbanID) : $this->kanban->getByID($kanbanID);
|
||||
@@ -551,7 +550,6 @@ class kanban extends control
|
||||
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
|
||||
|
||||
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'parent'));
|
||||
|
||||
}
|
||||
|
||||
$kanban = $from == 'execution' ? $this->loadModel('execution')->getByID($kanbanID) : $this->kanban->getByID($kanbanID);
|
||||
|
||||
@@ -2781,7 +2781,7 @@ class kanbanModel extends model
|
||||
* @param int $kanbanID
|
||||
* @param string $from
|
||||
* @access public
|
||||
* @return void
|
||||
* @return bool|void
|
||||
*/
|
||||
public function setColumnWidth($kanbanID, $from = 'kanban')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user