Make adding of signed-off-by footer for online changes customizable
Now that we migrated general user preferences to Git backend, we can easily introduce new customization option: Signed-off-by footer for changes created with inline edit feature: * "Create Change" button on project screen * "Edit Config" button on project screen * "Follow-Up" button on change screen Change-Id: Ifa94c18d5351196fbc741c6b16d0b129e2b4a6cb
This commit is contained in:
committed by
David Pursehouse
parent
5f8ce2c486
commit
5d8f62c938
@@ -119,6 +119,7 @@ public class GeneralPreferencesInfo {
|
||||
public Boolean legacycidInChangeTable;
|
||||
public ReviewCategoryStrategy reviewCategoryStrategy;
|
||||
public Boolean muteCommonPathPrefixes;
|
||||
public Boolean signedOffBy;
|
||||
public List<MenuItem> my;
|
||||
public Map<String, String> urlAliases;
|
||||
public EmailStrategy emailStrategy;
|
||||
@@ -178,6 +179,7 @@ public class GeneralPreferencesInfo {
|
||||
p.sizeBarInChangeTable = true;
|
||||
p.legacycidInChangeTable = false;
|
||||
p.muteCommonPathPrefixes = true;
|
||||
p.signedOffBy = false;
|
||||
return p;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user