mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Moving many cards with multi selection drag/drop to another list keeps the card order
This commit is contained in:
parent
b988ef430c
commit
f38e3db93c
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ BlazeComponent.extendComponent({
|
|||
$cards.sortable('cancel');
|
||||
|
||||
if (MultiSelection.isActive()) {
|
||||
Cards.find(MultiSelection.getMongoSelector()).forEach((card, i) => {
|
||||
Cards.find(MultiSelection.getMongoSelector(), {sort: ['sort']}).forEach((card, i) => {
|
||||
const newSwimlaneId = targetSwimlaneId
|
||||
? targetSwimlaneId
|
||||
: card.swimlaneId || defaultSwimlaneId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue