From 8671f08a0ea6ca24b72dcfd851d9587063ccdcbe Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 14 Mar 2019 00:16:39 +0200 Subject: Remove ordering of cards by stars/color/description, so that cards would not reorder all the time. Thanks to xet7 ! Closes #2241 --- 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 ad5ee551..3aacdedb 100644 --- a/client/components/boards/boardsList.js +++ b/client/components/boards/boardsList.js @@ -25,7 +25,7 @@ BlazeComponent.extendComponent({ archived: false, 'members.userId': Meteor.userId(), type: 'board', - }, { sort: [['stars', 'desc'], ['color', 'asc'], ['title', 'asc'], ['description', 'asc'], ['_id', 'asc']] }); + }, { sort: ['title'] }); }, isStarred() { const user = Meteor.user(); -- cgit v1.2.3-1-g7c22