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:
@ -20,6 +20,7 @@ export default class BucketModel extends AbstractModel {
|
||||
listId: 0,
|
||||
limit: 0,
|
||||
tasks: [],
|
||||
isDoneBucket: false,
|
||||
|
||||
createdBy: null,
|
||||
created: null,
|
||||
|
Reference in New Issue
Block a user