1
0

Fix gantt chart (#79)

Fix moving tasks in Gantt

Start fixing gantt

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/79
This commit is contained in:
konrad
2020-04-04 16:26:35 +00:00
parent 27e2839f4c
commit 8480bf334f
3 changed files with 72 additions and 28 deletions

View File

@ -95,4 +95,5 @@ export default class TaskService extends AbstractService {
return model
}
}
}