Skip to content
Snippets Groups Projects
Unverified Commit 4e028d33 authored by Luke Bennett's avatar Luke Bennett
Browse files

Return the title for id of 'No label'

parent ea9aee35
No related branches found
No related tags found
1 merge request!6974Fix 'No label' and 'Any label' filters
Pipeline #
Loading
Loading
@@ -266,7 +266,7 @@
},
fieldName: $dropdown.data('field-name'),
id: function(label) {
if (label.id <= 0) return;
if (label.id <= 0) return label.title;
 
if ($dropdown.hasClass('js-issuable-form-dropdown')) {
return label.id;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment