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:
Luca Milanesio
2017-04-10 10:59:34 +01:00
parent 70fbef858e
commit f2a275b82d
8 changed files with 11 additions and 38 deletions

View File

@@ -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;