提交 ab5185e8 编写于 作者: K Kushal Pandya

Merge branch 'fix-search-project-in-boards-new-issue' into 'master'

use the property of name_with_namespace instead of name for the new issue form in group boards

See merge request gitlab-org/gitlab-ce!30021
......@@ -68,13 +68,15 @@ export default {
<li>
<a href='#' class='dropdown-menu-link' data-project-id="${
project.id
}" data-project-name="${project.name}">
${_.escape(project.name)}
}" data-project-name="${project.name}" data-project-name-with-namespace="${
project.name_with_namespace
}">
${_.escape(project.name_with_namespace)}
</a>
</li>
`;
},
text: project => project.name,
text: project => project.name_with_namespace,
});
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册