Add repeat monthly setting for tasks #834

Merged
konrad merged 7 commits from feature/repeat-mode into main 2021-04-14 09:04:59 +00:00
Showing only changes of commit 1c7515f2f1 - Show all commits

View File

@ -950,8 +950,8 @@ func (t *Task) Update(s *xorm.Session, a web.Auth) (err error) {
"list_id",
"bucket_id",
"position",
"repeat_from_current_date",
"is_favorite",
"repeat_mode",
}
err = setTaskBucket(s, t, &ot, t.BucketID != ot.BucketID)