Add privateByDefault config to /config/server/info

Exposing 'privateByDefault' there would be supper useful for polygerrit
when we are implementing the create change dialog.

Change-Id: I248210124a2d972934a94c42c32ccae39c0cfca3
This commit is contained in:
Paladox none
2017-08-04 12:04:53 +00:00
parent f9747f90a1
commit 6f494e3db9
4 changed files with 7 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ public class ChangeConfigInfo {
public Boolean showAssigneeInChangesTable;
public Boolean allowDrafts;
public int largeChange;
public Boolean privateByDefault;
public String replyLabel;
public String replyTooltip;
public int updateDelay;