Commit 020cb96d authored by Clement Ho's avatar Clement Ho

Fix bug that was causing bulk issue assignment to fail

parent f2f7ef9d
......@@ -352,7 +352,7 @@
if ($dropdown.hasClass('js-filter-bulk-update')) {
_this.enableBulkLabelDropdown();
_this.setDropdownData($dropdown, isMarking, this.id(label));
_this.setDropdownData($dropdown, isMarking, label.id);
return;
}
......
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