Fix updating repeat mode
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
kolaente 2021-04-14 10:14:42 +02:00
parent 140a4b00ae
commit 1c7515f2f1
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

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)