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

@@ -59,6 +59,7 @@ public class ServerInfo extends JavaScriptObject {
public final native int largeChange() /*-{ return this.large_change || 0; }-*/;
public final native String replyLabel() /*-{ return this.reply_label; }-*/;
public final native String replyTooltip() /*-{ return this.reply_tooltip; }-*/;
public final native boolean showAssignee() /*-{ return this.show_assignee || false; }-*/;
public final native int updateDelay() /*-{ return this.update_delay || 0; }-*/;
public final native boolean isSubmitWholeTopicEnabled() /*-{
return this.submit_whole_topic; }-*/;