fix tags and duedates

This commit is contained in:
bel
2020-01-26 18:34:41 +00:00
parent 2f0c09ff72
commit 6733ccd4b8
4 changed files with 34 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ func (a *Ajax) storageListTasks(listID string, filters ...func(t *task.Task) boo
}
}
if filtered {
//task.Title = fmt.Sprintf("[%d] %s", task.Index, task.Title)
tasks = append(tasks, task)
}
}