Skip to content

Make dropdown hint consistent with EE version

username-removed-408677 requested to merge consistent-dropdown-hint into master

What does this MR do?

Make dropdown hint consistent with EE version

EE

const dropdownData = this.tokenKeys.get()

https://gitlab.com/gitlab-org/gitlab-ee/blob/master/app/assets/javascripts/filtered_search/dropdown_hint.js#L59

CE

const dropdownData = gl.FilteredSearchTokenKeys.get()

https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/assets/javascripts/filtered_search/dropdown_hint.js#L59

Are there points in the code the reviewer needs to double check?

None

Why was this MR needed?

Make CE => EE 🤝🏿

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #33721 (closed)

Edited by username-removed-408677

Merge request reports