Commit eb6e5bb2 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Search project full path in Epic create issue form

Pass the `search_namespaces` option so that we can also search with
the project's namespace
parent d926e01b
......@@ -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