Explorar o código

- [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

Lauri Ojansivu %!s(int64=6) %!d(string=hai) anos
pai
achega
8568728152
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      client/components/boards/boardsList.js

+ 2 - 1
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 },
     });
   },