Fixed bulk update label tasks
This commit is contained in:
parent
72e64f7203
commit
c42e22f352
@ -299,5 +299,5 @@ func (ltb *LabelTaskBulk) Create(a web.Auth) (err error) {
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
return task.updateTaskLabels(a, task.Labels)
|
||||
return task.updateTaskLabels(a, ltb.Labels)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user