mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-10 15:15:41 -05:00
Remove setting task bucket to 0
This commit is contained in:
@@ -706,11 +706,6 @@ func (t *Task) Update() (err error) {
|
||||
if t.PercentDone == 0 {
|
||||
ot.PercentDone = 0
|
||||
}
|
||||
// Bucket ID
|
||||
// Yes it is possible to move a task back into the empty bucket
|
||||
if t.BucketID == 0 {
|
||||
ot.BucketID = 0
|
||||
}
|
||||
// Position
|
||||
if t.Position == 0 {
|
||||
ot.Position = 0
|
||||
|
||||
Reference in New Issue
Block a user