summaryrefslogtreecommitdiff
path: root/app/Model
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model')
-rw-r--r--app/Model/BoardModel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/BoardModel.php b/app/Model/BoardModel.php
index 65c7b2ad..6b7fe490 100644
--- a/app/Model/BoardModel.php
+++ b/app/Model/BoardModel.php
@@ -42,7 +42,7 @@ class BoardModel extends Base
'title' => $column_name,
'task_limit' => 0,
'description' => '',
- 'hide_in_dashboard' => false,
+ 'hide_in_dashboard' => 0,
);
}
}