mirror of
https://github.com/plankanban/planka.git
synced 2025-07-21 14:19:44 +02:00
Preserve members and labels when transfer card to another board
This commit is contained in:
parent
ca6efd5b71
commit
35f9631326
17 changed files with 321 additions and 64 deletions
|
@ -65,6 +65,12 @@ module.exports = {
|
|||
'cardCreate',
|
||||
{
|
||||
item: card,
|
||||
included: {
|
||||
cardMemberships: [],
|
||||
cardLabels: [],
|
||||
tasks: [],
|
||||
attachments: [],
|
||||
},
|
||||
},
|
||||
inputs.request,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue