1
0

fix(kanban): save done and default bucket on the view and not on the project

The frontend was still trying to update the two in the project which won't work since they are now saved at the view level, not the project.
This commit is contained in:
kolaente
2024-04-06 13:32:54 +02:00
parent 7b8fab33a5
commit ec1ff80791
3 changed files with 36 additions and 16 deletions

View File

@ -24,8 +24,6 @@ export default class ProjectModel extends AbstractModel<IProject> implements IPr
position = 0
backgroundBlurHash = ''
parentProjectId = 0
doneBucketId = 0
defaultBucketId = 0
views = []
created: Date = null