Commit 4e028d33 authored by Luke Bennett's avatar Luke Bennett

Return the title for id of 'No label'

parent ea9aee35
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
}, },
fieldName: $dropdown.data('field-name'), fieldName: $dropdown.data('field-name'),
id: function(label) { id: function(label) {
if (label.id <= 0) return; if (label.id <= 0) return label.title;
if ($dropdown.hasClass('js-issuable-form-dropdown')) { if ($dropdown.hasClass('js-issuable-form-dropdown')) {
return label.id; return label.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