1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

fix: Fix card repositioning

Closes #340
This commit is contained in:
Maksim Eltyshev 2022-11-21 17:07:51 +01:00
parent f706809458
commit 3b5bf6ef5b

View file

@ -22,6 +22,6 @@ module.exports = {
}; };
} }
return sails.helpers.cards.getMany(criteria); return sails.helpers.cards.getMany(criteria, 'position');
}, },
}; };