mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 17:25:01 +03:00
feat: Add ability to link tasks to cards
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = {
|
||||
values.prevListId = null;
|
||||
}
|
||||
|
||||
const cards = await Card.qm.update(
|
||||
const { cards } = await Card.qm.update(
|
||||
{
|
||||
listId: inputs.record.id,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user