mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Remove cover id
This commit is contained in:
parent
415343bbd0
commit
860ae6f38d
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ Template.copyCardPopup.events({
|
|||
|
||||
if (title) {
|
||||
card.title = title;
|
||||
card.coverId = '';
|
||||
const _id = Cards.insert(card);
|
||||
// In case the filter is active we need to add the newly inserted card in
|
||||
// the list of exceptions -- cards that are not filtered. Otherwise the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue