Commit 85d98d4b authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'search-namespaces-in-epic-create-issue' into 'master'

Search project full path in Epic create issue form

See merge request gitlab-org/gitlab!28346
parents 35092f2b eb6e5bb2
......@@ -490,6 +490,7 @@ export const fetchProjects = ({ state, dispatch }, searchKey = '') => {
order_by: 'last_activity_at',
with_issues_enabled: true,
with_shared: false,
search_namespaces: true,
};
if (searchKey) {
......
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