Skip to content
  • Paul Slaughter's avatar
    Fix IDE detecting MR from fork branch · cdb1bf98dd47
    Paul Slaughter authored
    **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`
    cdb1bf98dd47