Merge "GWT UI: Send assignee input as json"

This commit is contained in:
ekempin
2016-11-30 10:58:52 +00:00
committed by Gerrit Code Review

View File

@@ -122,7 +122,7 @@ public class ChangeApi {
AsyncCallback<AccountInfo> cb) {
AssigneeInput input = AssigneeInput.create();
input.assignee(user);
change(id).view("assignee").put(user, cb);
change(id).view("assignee").put(input, cb);
}
public static RestApi comments(int id) {