|
|
@ -574,6 +574,7 @@ BlazeComponent.extendComponent({ |
|
|
|
Popup.back(); |
|
|
|
Popup.back(); |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
const nextCardNumber = this.board.getNextCardNumber(); |
|
|
|
const sortIndex = this.getSortIndex(); |
|
|
|
const sortIndex = this.getSortIndex(); |
|
|
|
const _id = Cards.insert({ |
|
|
|
const _id = Cards.insert({ |
|
|
|
title: $('.js-select-boards option:selected').text(), //dummy
|
|
|
|
title: $('.js-select-boards option:selected').text(), //dummy
|
|
|
@ -583,6 +584,7 @@ BlazeComponent.extendComponent({ |
|
|
|
sort: sortIndex, |
|
|
|
sort: sortIndex, |
|
|
|
type: 'cardType-linkedBoard', |
|
|
|
type: 'cardType-linkedBoard', |
|
|
|
linkedId: impBoardId, |
|
|
|
linkedId: impBoardId, |
|
|
|
|
|
|
|
cardNumber: nextCardNumber, |
|
|
|
}); |
|
|
|
}); |
|
|
|
Filter.addException(_id); |
|
|
|
Filter.addException(_id); |
|
|
|
Popup.back(); |
|
|
|
Popup.back(); |
|
|
|