Skip to content
Snippets Groups Projects
Select Git revision
0 results

compare_controller.rb

  • Vasilii Iakliushin's avatar
    72543855
    Fix compare branches from the fork · 72543855
    Vasilii Iakliushin authored
    Contributes to #515734
    
    **Problem**
    
    Regression from merge request
    !168452 removed the
    `from_project_id` parameter from the query parameters. This caused the
    application to select a source project when making comparisons within a
    fork's scope.
    
    **Solution**
    
    Always provide `from_project_id` to compare controller.
    
    Changelog: fixed
    72543855
    History
    Fix compare branches from the fork
    Vasilii Iakliushin authored
    Contributes to #515734
    
    **Problem**
    
    Regression from merge request
    !168452 removed the
    `from_project_id` parameter from the query parameters. This caused the
    application to select a source project when making comparisons within a
    fork's scope.
    
    **Solution**
    
    Always provide `from_project_id` to compare controller.
    
    Changelog: fixed
Code owners
Assign users and groups as approvers for specific file changes. Learn more.