Integration tests #71

Merged
konrad merged 66 commits from feature/integration-tests into master 2019-04-21 18:18:18 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 739e597c96 - Show all commits

View File

@ -161,6 +161,10 @@ func (t *ListTask) Update() (err error) {
if t.RepeatAfter == 0 {
ot.RepeatAfter = 0
}
// Parent task
if t.ParentTaskID == 0 {
ot.ParentTaskID = 0
}
_, err = x.ID(t.ID).
Cols("text",