diff --git a/server/api/helpers/lists/get-cards.js b/server/api/helpers/lists/get-cards.js index da4a479e..ea0e495c 100644 --- a/server/api/helpers/lists/get-cards.js +++ b/server/api/helpers/lists/get-cards.js @@ -22,6 +22,6 @@ module.exports = { }; } - return sails.helpers.cards.getMany(criteria); + return sails.helpers.cards.getMany(criteria, 'position'); }, };