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:

committed by
Gerrit Code Review

parent
edb573adbb
commit
dad5620441
@@ -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);
|
||||
|
Reference in New Issue
Block a user