-
- 下载
Merge branch 'fix-merge-request-assignee-list' into 'master'
Use the user list from the target project in a merge request ### What does this MR do? This MR derives the assignable users from the target project. ### Why was this MR needed? In a merge request, the assignable users uses the list from the forked project, not the target project where the merge request will be going. For example, if I fork a project from the gitlab-org namespace into my personal namespace, make some changes, and then create a merge request, the only users I see are me. I think it makes more sense to show all the users in gitlab-org. This is a regression caused by 1c2711f7. ### What are the relevant issue numbers? Closes #1535 See merge request !682
显示
- CHANGELOG 2 个添加, 1 个删除CHANGELOG
- app/helpers/selects_helper.rb 3 个添加, 2 个删除app/helpers/selects_helper.rb
- app/views/projects/_issuable_form.html.haml 2 个添加, 2 个删除app/views/projects/_issuable_form.html.haml
- app/views/projects/merge_requests/show/_context.html.haml 1 个添加, 1 个删除app/views/projects/merge_requests/show/_context.html.haml
- features/project/forked_merge_requests.feature 12 个添加, 0 个删除features/project/forked_merge_requests.feature
- features/steps/project/forked_merge_requests.rb 15 个添加, 0 个删除features/steps/project/forked_merge_requests.rb
想要评论请 注册 或 登录