-
- Downloads
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
No related branches found
No related tags found
Showing
- CHANGELOG 2 additions, 1 deletionCHANGELOG
- app/helpers/selects_helper.rb 3 additions, 2 deletionsapp/helpers/selects_helper.rb
- app/views/projects/_issuable_form.html.haml 2 additions, 2 deletionsapp/views/projects/_issuable_form.html.haml
- app/views/projects/merge_requests/show/_context.html.haml 1 addition, 1 deletionapp/views/projects/merge_requests/show/_context.html.haml
- features/project/forked_merge_requests.feature 12 additions, 0 deletionsfeatures/project/forked_merge_requests.feature
- features/steps/project/forked_merge_requests.rb 15 additions, 0 deletionsfeatures/steps/project/forked_merge_requests.rb
Please register or sign in to comment