PatchSetInserter must reindex the updated change
Bug: issue 2281 Change-Id: Ied4e4a95f14d61b7832197eb81af5c3aec48a920 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
committed by
Edwin Kempin
parent
6b018061eb
commit
2de412bee7
@@ -317,7 +317,7 @@ public class PatchSetInserter {
|
||||
db.rollback();
|
||||
}
|
||||
CheckedFuture<?, IOException> f =
|
||||
mergeabilityChecker.updateAndIndexAsync(change);
|
||||
mergeabilityChecker.updateAndIndexAsync(updatedChange);
|
||||
if (runHooks) {
|
||||
hooks.doPatchsetCreatedHook(updatedChange, patchSet, db);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user