Merge branch 'develop' into dist/ubuntu/bionic/develop
This commit is contained in:
commit
204d6869ec
@ -24,8 +24,8 @@ export function* moveCardSaga(action) {
|
|||||||
|
|
||||||
if (!card) return;
|
if (!card) return;
|
||||||
|
|
||||||
yield put(addLabel(card.project, card.number, board.lanes[toLaneID].issueLabel));
|
yield put(addLabel(card.project, card.issue.number, board.lanes[toLaneID].issueLabel));
|
||||||
yield put(removeLabel(card.project, card.number, board.lanes[fromLaneID].issueLabel));
|
yield put(removeLabel(card.project, card.issue.number, board.lanes[fromLaneID].issueLabel));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user