1
0

Fixed bulk update label tasks

This commit is contained in:
kolaente
2019-03-21 19:26:04 +01:00
parent 72e64f7203
commit c42e22f352

View File

@ -299,5 +299,5 @@ func (ltb *LabelTaskBulk) Create(a web.Auth) (err error) {
if err != nil { if err != nil {
return return
} }
return task.updateTaskLabels(a, task.Labels) return task.updateTaskLabels(a, ltb.Labels)
} }