From 1ca9e96f35389c0eec2290e8e1207801ee25f907 Mon Sep 17 00:00:00 2001 From: Ghassen Rjab Date: Fri, 2 Mar 2018 00:06:45 +0100 Subject: Lists view is the default view when creating boards --- models/boards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models') diff --git a/models/boards.js b/models/boards.js index 8a7ae1aa..436a99f5 100644 --- a/models/boards.js +++ b/models/boards.js @@ -35,7 +35,7 @@ Boards.attachSchema(new SimpleSchema({ type: String, autoValue() { // eslint-disable-line consistent-return if (this.isInsert) { - return 'board-view-swimlanes'; + return 'board-view-lists'; } }, }, -- cgit v1.2.3-1-g7c22