This commit is contained in:
2020-12-30 19:25:20 +00:00
parent 146bd38e12
commit eb38dc8045
2 changed files with 15 additions and 3 deletions

View File

@@ -78,6 +78,7 @@ namespace AyaNova.Biz
await ct.SaveChangesAsync();
await EventLogProcessor.LogEventToDatabaseAsync(new Event(UserId, newObject.Id, BizType, AyaEvent.Created), ct);
await SearchIndexAsync(newObject, true);
await transaction.CommitAsync();
await HandlePotentialNotificationEvent(AyaEvent.Created, newObject);
return newObject;
}