From 7836ab83d02adc40bc59bc4393191abec0a4f636 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 8 Mar 2019 10:44:20 +0200 Subject: - Order All Boards by Starred, Color and Title and Description. Thanks to xet7 ! Closes #1990, Related #252 --- client/components/boards/boardsList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/components') diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js index 8dd05913..74a8e4d4 100644 --- a/client/components/boards/boardsList.js +++ b/client/components/boards/boardsList.js @@ -27,7 +27,7 @@ BlazeComponent.extendComponent({ type: 'board', subtasksDefaultListId: null, }, { - sort: { stars: -1, color: 1, title: 1 }, + sort: { stars: -1, color: 1, title: 1, description: 1 }, }); }, -- cgit v1.2.3-1-g7c22