Skip to content

Intercept issues search form submit to preserve filters.

Bryce Johnson requested to merge search-field-ignores into master

What does this MR do?

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/896 by intercepting manual search form submission and redirecting it to use existing logic (now factored out into executeSearch).

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

Just a sanity check should do.

Why was this MR needed?

Manual form submission (keying in 'enter') in issues search did not preserve applied filters.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/896

Does this MR meet the acceptance criteria?

Merge request reports