mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 01:12:02 +03:00
Prepare for collection board type, refactoring, update dependencies
This commit is contained in:
@@ -22,16 +22,16 @@ export default class extends Model {
|
||||
isAllActionsFetched: attr({
|
||||
getDefault: () => false,
|
||||
}),
|
||||
listId: fk({
|
||||
to: 'List',
|
||||
as: 'list',
|
||||
relatedName: 'cards',
|
||||
}),
|
||||
boardId: fk({
|
||||
to: 'Board',
|
||||
as: 'board',
|
||||
relatedName: 'cards',
|
||||
}),
|
||||
listId: fk({
|
||||
to: 'List',
|
||||
as: 'list',
|
||||
relatedName: 'cards',
|
||||
}),
|
||||
coverAttachmentId: oneToOne({
|
||||
to: 'Attachment',
|
||||
as: 'coverAttachment',
|
||||
|
||||
Reference in New Issue
Block a user