Fix updating repeat mode

This commit is contained in:
kolaente 2021-04-14 10:14:42 +02:00
parent 140a4b00ae
commit 1c7515f2f1
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

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)