- Markdown supported in column description.
- Project > Edit Board and Project Summary pages now show description as tooltip. - Project > Edit Board shows textarea with markdown preview. Edit column also shows markdown preview. - Fixed bug while adding a new column inserts description as column limit.
This commit is contained in:
committed by
Frederic Guillot
parent
6fbcbfb001
commit
77a307e4ff
@@ -283,7 +283,7 @@ class Board extends Base
|
||||
|
||||
if ($valid) {
|
||||
|
||||
if ($this->board->addColumn($project['id'], $data['title'],$data['description'])) {
|
||||
if ($this->board->addColumn($project['id'], $data['title'],$data['task_limit'],$data['description'])) {
|
||||
$this->session->flash(t('Board updated successfully.'));
|
||||
$this->response->redirect('?controller=board&action=edit&project_id='.$project['id']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user