Fixed bulk update label tasks
This commit is contained in:
parent
72e64f7203
commit
c42e22f352
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue