Split Board model into multiple classes
This commit is contained in:
@@ -71,7 +71,7 @@ class CommentCreationMoveTaskColumn extends Base
|
||||
return false;
|
||||
}
|
||||
|
||||
$column = $this->board->getColumn($data['column_id']);
|
||||
$column = $this->column->getById($data['column_id']);
|
||||
|
||||
return (bool) $this->comment->create(array(
|
||||
'comment' => t('Moved to column %s', $column['title']),
|
||||
|
||||
Reference in New Issue
Block a user