Showing 1 changed files with 1 additions and 1 deletions
+1 -1
templates/compare.html.ep
... ...
@@ -81,7 +81,7 @@
81 81
           where => {
82 82
             base_project => $project_row_id,
83 83
             base_branch => $base_branch,
84
-            target_project => $target_project->{id},
84
+            target_project => $target_project->{row_id},
85 85
             target_branch => $target_branch
86 86
           }
87 87
         )->one;