Leave assignee feature always enabled
The assignee feature cannot be disabled and thus does not make so much sense to just show and hide some parts of it here and there on the Gerrit UX. Leave only the possibility to enable/disable the display of the assignee field as column in the changes table. Change-Id: Icbfb93a49f29b2fde60b92b448862216861108d1
This commit is contained in:
@@ -16,8 +16,7 @@ package com.google.gerrit.extensions.common;
|
||||
|
||||
public class ChangeConfigInfo {
|
||||
public Boolean allowBlame;
|
||||
public Boolean showAssignee;
|
||||
public Boolean showAssigneeSuggestOracle;
|
||||
public Boolean showAssigneeInChangesTable;
|
||||
public Boolean allowDrafts;
|
||||
public int largeChange;
|
||||
public String replyLabel;
|
||||
|
||||
Reference in New Issue
Block a user