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:
@@ -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; }-*/;
|
||||
|
||||
Reference in New Issue
Block a user