Show mini avatar images for summary comments and inline comments
Change-Id: I0caa2d30273bb1f60e93746e1533de418ca59280 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
@@ -65,7 +65,8 @@ public class CommentEditorPanel extends CommentPanel implements ClickHandler,
|
||||
comment = plc;
|
||||
|
||||
addStyleName(Gerrit.RESOURCES.css().commentEditorPanel());
|
||||
setAuthorNameText(PatchUtil.C.draft());
|
||||
setAuthorNameText(Gerrit.getUserAccount().getPreferredEmail(),
|
||||
PatchUtil.C.draft());
|
||||
setMessageText(plc.getMessage());
|
||||
addDoubleClickHandler(this);
|
||||
|
||||
|
Reference in New Issue
Block a user