gitlab-org--gitlab-foss/changelogs/unreleased/ide-fix-detect-mr-from-fork.yml
Paul Slaughter 59ac0924da Fix IDE detecting MR from fork branch
**Why?**
Currently the IDE loads a merge request based on only the
`source_branch` name. This means it loads MR's from
forks that have the same branch name (not good).

- This required updating the BE API to accept `source_project_id`
2019-04-05 07:29:53 +00:00

5 lines
108 B
YAML

---
title: Fix IDE detection of MR from fork with same branch name
merge_request: 26986
author:
type: fixed