Add a "done" option to kanban buckets (#440)
Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/440 Co-authored-by: konrad <konrad@kola-entertainments.de> Co-committed-by: konrad <konrad@kola-entertainments.de>
This commit is contained in:
parent
f1115c2338
commit
2435bd68a0
4 changed files with 65 additions and 7 deletions
|
|
@ -20,6 +20,7 @@ export default class BucketModel extends AbstractModel {
|
|||
listId: 0,
|
||||
limit: 0,
|
||||
tasks: [],
|
||||
isDoneBucket: false,
|
||||
|
||||
createdBy: null,
|
||||
created: null,
|
||||
|
|
|
|||
Reference in a new issue