mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 07:01:47 +01:00
Copy many card dialog remembers now the last selected board
This commit is contained in:
parent
a06d1806df
commit
03deeb6729
3 changed files with 32 additions and 173 deletions
|
|
@ -609,6 +609,8 @@ Cards.helpers({
|
|||
CardComments.find({ cardId: oldId }).forEach(cmt => {
|
||||
cmt.copy(_id);
|
||||
});
|
||||
// restore the id, otherwise new copies will fail
|
||||
this._id = oldId;
|
||||
|
||||
return _id;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue