mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
spaces/tabs okay - no 'git add i18n/en-GB.i18n.json'
This commit is contained in:
parent
69aeee536d
commit
11b8e12ede
2 changed files with 436 additions and 2 deletions
|
|
@ -333,7 +333,7 @@ Template.copyManyCardPopup.events({
|
|||
checklist.cardId = _id;
|
||||
checklist._id = null;
|
||||
Checklists.insert(checklist);
|
||||
});
|
||||
});
|
||||
|
||||
// copy card comments
|
||||
cursor = CardComments.find({cardId: oldId});
|
||||
|
|
@ -343,7 +343,7 @@ Template.copyManyCardPopup.events({
|
|||
comment.cardId = _id;
|
||||
comment._id = null;
|
||||
CardComments.insert(comment);
|
||||
});
|
||||
});
|
||||
}
|
||||
Popup.close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue