Replace default value false -> 0
This commit is contained in:
@@ -42,7 +42,7 @@ class BoardModel extends Base
|
|||||||
'title' => $column_name,
|
'title' => $column_name,
|
||||||
'task_limit' => 0,
|
'task_limit' => 0,
|
||||||
'description' => '',
|
'description' => '',
|
||||||
'hide_in_dashboard' => false,
|
'hide_in_dashboard' => 0,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user