Commit 24f4c995 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'fix-bulk-issue-assignment' into 'multiple_assignees_review'

Fix bug that was causing bulk issue assignment to fail

See merge request !1783
parents 83b0b56e 020cb96d
......@@ -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