Commit fc143e65 authored by Phil Hughes's avatar Phil Hughes

Merge branch '347089-filter-by-iteration-in-mr-search-does-not-work' into 'master'

Remove iteration filtering in merge request list page

See merge request gitlab-org/gitlab!76369
parents 43659d07 f03de38e
......@@ -12,6 +12,7 @@ import UsersSelect from '~/users_select';
new IssuableIndex(ISSUABLE_INDEX.MERGE_REQUEST); // eslint-disable-line no-new
addExtraTokensForMergeRequests(IssuableFilteredSearchTokenKeys);
IssuableFilteredSearchTokenKeys.removeTokensForKeys('iteration');
initFilteredSearch({
page: FILTERED_SEARCH.MERGE_REQUESTS,
......
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