Configuration option change.showAssignee

Allows hiding of all assignee UI elements from users,
effectively disabling assignee workflow.

Change-Id: I29fecebcec6a09ab32ebc7f5ea78c1f739f3379a
This commit is contained in:
Gustaf Lundh
2016-09-19 14:41:29 +02:00
parent 9f60d584c8
commit 661d30a8c3
8 changed files with 43 additions and 15 deletions

View File

@@ -16,6 +16,7 @@ package com.google.gerrit.extensions.common;
public class ChangeConfigInfo {
public Boolean allowBlame;
public Boolean showAssignee;
public Boolean allowDrafts;
public int largeChange;
public String replyLabel;