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