gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-issue-51220.yml
Stan Hu 4c4c8532d0 Handle force_remove_source_branch when creating merge request
Creating a merge request with
`merge_request[force_remove_source_branch]` parameter would result in an
Error 500 since this attribute was passed directly to the merge request.
Fix this by properly parsing this attribute into `merge_params`.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51220
2018-11-21 07:08:34 -08:00

5 lines
114 B
YAML

---
title: Handle force_remove_source_branch when creating merge request
merge_request: 23281
author:
type: fixed