summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Daarstad <tomas.daarstad@tieto.com>2012-02-07 16:20:44 +0100
committerTomas Daarstad <tomas.daarstad@tieto.com>2012-02-07 16:23:41 +0100
commit5e2eab45506e8c40683307daf5cacdf7df632659 (patch)
treec63f0619b8d83d0a7c72351385da14a2a0c400ce
parentb74f47856a07b2ed3f90f28f9b4a5c4bed1a9462 (diff)
parenta56f4e44f51247071bda7fe560af6b837b88ca6a (diff)
Release of NQt GerritV2.2.1-NQT-006BL-QTQAINFRA-340
Fixed JIRA issues: 468 Fixed the Review score put on wrong change Change-Id: I1d2f144019d72e667e09a6e641a00e71bdaa4486
-rw-r--r--gerrit-gwtui/src/main/java/com/google/gerrit/client/patches/AllInOnePatchScreen.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/client/patches/AllInOnePatchScreen.java b/gerrit-gwtui/src/main/java/com/google/gerrit/client/patches/AllInOnePatchScreen.java
index a4ad60e760..67caaca0b9 100644
--- a/gerrit-gwtui/src/main/java/com/google/gerrit/client/patches/AllInOnePatchScreen.java
+++ b/gerrit-gwtui/src/main/java/com/google/gerrit/client/patches/AllInOnePatchScreen.java
@@ -478,7 +478,7 @@ public class AllInOnePatchScreen extends AbstractPatchScreen implements
files = new VerticalPanel();
approvalPanel = new FlowPanel();
- approvals = new Approvals(idSideB);
+ approvals = new Approvals(getPatchId());
approvals.addDelegate(this);
approvalPanel.add(approvals);