Set uploader for inline edit
Bug: Issue 4324 Change-Id: I95c305046aca0e6635cd9f7348fd07ebcfc958a8
This commit is contained in:
@@ -228,6 +228,8 @@ public class ChangeEditUtil {
|
||||
PatchSetInserter inserter =
|
||||
patchSetInserterFactory.create(ctl, psId, squashed);
|
||||
|
||||
inserter.setUploader(edit.getUser().getAccountId());
|
||||
|
||||
StringBuilder message = new StringBuilder("Patch Set ")
|
||||
.append(inserter.getPatchSetId().get())
|
||||
.append(": ");
|
||||
|
||||
Reference in New Issue
Block a user