This commit is contained in:
@@ -82,9 +82,12 @@ namespace AyaNova.Biz
|
||||
AddError(ApiErrorCode.CONCURRENCY_CONFLICT);
|
||||
return null;
|
||||
}
|
||||
//Update cache
|
||||
ServerGlobalBizSettings.Initialize(putObject, null);
|
||||
|
||||
//Log modification and save context
|
||||
await EventLogProcessor.LogEventToDatabaseAsync(new Event(UserId, 1, BizType, AyaEvent.Modified), ct);
|
||||
|
||||
|
||||
return putObject;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user