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:
@@ -43,6 +43,10 @@ module.exports = {
|
||||
required: true,
|
||||
columnName: 'task_list_id',
|
||||
},
|
||||
linkedCardId: {
|
||||
model: 'Card',
|
||||
columnName: 'linked_card_id',
|
||||
},
|
||||
assigneeUserId: {
|
||||
model: 'User',
|
||||
columnName: 'assignee_user_id',
|
||||
|
||||
Reference in New Issue
Block a user