Fixed bulk update label tasks

This commit is contained in:
kolaente 2019-03-21 19:26:04 +01:00
parent 72e64f7203
commit c42e22f352
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}