diff options
| author | Clement Ho <clemmakesapps@gmail.com> | 2017-11-06 22:39:07 +0000 |
|---|---|---|
| committer | Clement Ho <clemmakesapps@gmail.com> | 2017-11-06 22:39:07 +0000 |
| commit | b22f4d2aad4eb1f57502ce9700367d77a92997aa (patch) | |
| tree | fed76c602ffdf106041acbc634f16a0a6cd9ab4a /spec/javascripts/fixtures | |
| parent | c71cf908cd4f289248598d9ea1c144c7b65cbb94 (diff) | |
| parent | d4a9aedf55793670e40b570b10a1aae6a805d956 (diff) | |
| download | gitlab-ce-b22f4d2aad4eb1f57502ce9700367d77a92997aa.tar.gz | |
Merge branch '20666-404-error-issue-assigned-with-issues-disabled' into 'master'
Fixes 404 error to `Issues assigned to me` and `Issues I've created` when issues are disabled
Closes #20666
See merge request gitlab-org/gitlab-ce!15021
Diffstat (limited to 'spec/javascripts/fixtures')
| -rw-r--r-- | spec/javascripts/fixtures/search_autocomplete.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/javascripts/fixtures/search_autocomplete.html.haml b/spec/javascripts/fixtures/search_autocomplete.html.haml index 7785120da5b..0421ed2182f 100644 --- a/spec/javascripts/fixtures/search_autocomplete.html.haml +++ b/spec/javascripts/fixtures/search_autocomplete.html.haml @@ -8,3 +8,4 @@ %input#search.search-input.dropdown-menu-toggle .dropdown-menu.dropdown-select .dropdown-content + %input{ type: "hidden", class: "js-search-project-options" } |
