-
- Downloads
Correct permissions for creating merge requests from issues
This could only be possible for users that can create merge requests within a project. So they need to be a allowed to create a branch and create a merge request.
Showing
- app/controllers/projects/issues_controller.rb 1 addition, 1 deletionapp/controllers/projects/issues_controller.rb
- app/views/projects/_last_push.html.haml 2 additions, 2 deletionsapp/views/projects/_last_push.html.haml
- lib/api/merge_requests.rb 1 addition, 1 deletionlib/api/merge_requests.rb
- lib/api/v3/merge_requests.rb 1 addition, 1 deletionlib/api/v3/merge_requests.rb
- lib/gitlab/email/handler/create_merge_request_handler.rb 2 additions, 1 deletionlib/gitlab/email/handler/create_merge_request_handler.rb
- spec/controllers/projects/issues_controller_spec.rb 17 additions, 1 deletionspec/controllers/projects/issues_controller_spec.rb
- spec/requests/api/merge_requests_spec.rb 2 additions, 2 deletionsspec/requests/api/merge_requests_spec.rb
- spec/requests/api/v3/merge_requests_spec.rb 2 additions, 2 deletionsspec/requests/api/v3/merge_requests_spec.rb
Please register or sign in to comment