commit | 3d0a17a42b517658655f42b9eb41f1d768233de6 | [log] [tgz] |
---|---|---|
author | Jonathan Nieder <jrn@google.com> | Thu Dec 01 18:15:17 2016 +0000 |
committer | Jonathan Nieder <jrn@google.com> | Thu Dec 01 18:15:53 2016 +0000 |
tree | 7b22acbc65ddc54d4e746773dad89b5105fc5f72 | |
parent | 5fd562e784493956c57590ef6eb164b816cd62f8 [diff] |
Suppress Edit Assignee button in the GWT UI This action is already handled by the "edit" button next to Assignee. Change-Id: Ie3da9b49f4fad89af2fde9569ab4d24b8651f9ff
diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Actions.java b/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Actions.java index e7e4819..779c32b 100644 --- a/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Actions.java +++ b/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Actions.java
@@ -37,6 +37,7 @@ class Actions extends Composite { private static final String[] CORE = { "abandon", + "assignee", "cherrypick", "description", "followup",