mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 01:12:02 +03:00
feat: Filter cards by keyword with advanced capabilities (#713)
Closes #706
This commit is contained in:
@@ -14,6 +14,11 @@ export default class extends BaseModel {
|
||||
position: attr(),
|
||||
name: attr(),
|
||||
description: attr(),
|
||||
creatorUserId: oneToOne({
|
||||
to: 'User',
|
||||
as: 'creatorUser',
|
||||
relatedName: 'ownCards',
|
||||
}),
|
||||
dueDate: attr(),
|
||||
stopwatch: attr(),
|
||||
isSubscribed: attr({
|
||||
|
||||
Reference in New Issue
Block a user