Commit b0031dc7 authored by Kushal Pandya's avatar Kushal Pandya

Add missing `entityType`

parent 879b4bba
...@@ -55,7 +55,8 @@ class List { ...@@ -55,7 +55,8 @@ class List {
entityType = 'assignee_id'; entityType = 'assignee_id';
} }
return gl.boardService.createList(this.label.id) return gl.boardService
.createList(entity.id, entityType)
.then(res => res.data) .then(res => res.data)
.then(data => { .then(data => {
this.id = data.id; this.id = data.id;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment