mirror of
https://github.com/wekan/wekan.git
synced 2026-02-05 08:01:49 +01:00
Add checklist ordering capability
This commit is contained in:
parent
ca89442f3a
commit
243af32fc7
4 changed files with 89 additions and 36 deletions
|
|
@ -155,7 +155,7 @@ Cards.helpers({
|
|||
},
|
||||
|
||||
checklists() {
|
||||
return Checklists.find({cardId: this._id}, {sort: {createdAt: 1}});
|
||||
return Checklists.find({cardId: this._id}, {sort: { sort: 1 } });
|
||||
},
|
||||
|
||||
checklistItemCount() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue