From 856872815292590e0c4eff2848ea1b857a318dc4 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 8 Mar 2019 09:41:36 +0200 Subject: - [Hide Subtask boards from All Boards](https://github.com/wekan/wekan/issues/1990). - Order All Boards by Starred, Color and Title. Thanks to xet7 ! Closes #1990, Related #641 --- client/components/boards/boardsList.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/components') diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js index df495bb1..8dd05913 100644 --- a/client/components/boards/boardsList.js +++ b/client/components/boards/boardsList.js @@ -25,8 +25,9 @@ BlazeComponent.extendComponent({ archived: false, 'members.userId': Meteor.userId(), type: 'board', + subtasksDefaultListId: null, }, { - sort: ['title'], + sort: { stars: -1, color: 1, title: 1 }, }); }, -- cgit v1.2.3-1-g7c22