mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
- Order All Boards by Starred, Color and Title and Description.
Thanks to xet7 ! Closes #1990, Related #252
This commit is contained in:
parent
8568728152
commit
7836ab83d0
2 changed files with 9 additions and 5 deletions
|
|
@ -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 },
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue