mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 09:13:23 +03:00
Preserve members and labels when transfer card to another board
This commit is contained in:
@@ -68,6 +68,12 @@ module.exports = {
|
||||
|
||||
return exits.success({
|
||||
item: card,
|
||||
included: {
|
||||
cardMemberships: [],
|
||||
cardLabels: [],
|
||||
tasks: [],
|
||||
attachments: [],
|
||||
},
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user