Commit bed48065 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'fix-protected-branches-spec' into 'multiple_assignees_review'

Fix protected branches spec

See merge request !1812
parents c4f42544 f2cb3f27
......@@ -469,7 +469,7 @@ GitLabDropdown = (function() {
// Process the data to make sure rendered data
// matches the correct layout
if (this.fullData && hasMultiSelect) {
if (this.fullData && hasMultiSelect && this.options.processData) {
const inputValue = this.filterInput.val();
this.options.processData.call(this.options, inputValue, this.filteredFullData(), this.parseData.bind(this));
}
......
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