mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 17:23:27 +03:00
feat: Add ability to link tasks to cards
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = {
|
||||
async fn(inputs) {
|
||||
const trashList = await List.qm.getOneTrashByBoardId(inputs.board.id);
|
||||
|
||||
const cards = await Card.qm.update(
|
||||
const { cards } = await Card.qm.update(
|
||||
{
|
||||
listId: inputs.record.id,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user