Display submit type in the change info block

This is a preparation for a Prolog based submit type rule which will
compute submit type for each change. In this first step we simply
return the project-wide default submit type for each change.

Change-Id: I38745e544b215197074ce1fb8d6b106f3c1c1e56
Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>
This commit is contained in:
Sasa Zivkov
2012-08-09 14:35:09 +02:00
committed by Gerrit Code Review
parent edb573adbb
commit dad5620441
11 changed files with 55 additions and 9 deletions

View File

@@ -282,7 +282,7 @@ public class ChangeScreen extends Screen
descriptionBlock.display(detail.getChange(),
detail.isStarred(),
detail.getCurrentPatchSetDetail().getInfo(),
detail.getAccounts());
detail.getAccounts(), detail.getSubmitType());
dependsOn.display(detail.getDependsOn());
neededBy.display(detail.getNeededBy());
approvals.display(detail);