Skip to content

Commit

Permalink
Change operation log ObjectType
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarincev committed Feb 7, 2017
1 parent d1b23bb commit 8020bbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private static OperationLog GetLogRecord(IOperation operation, string template,
var result = new OperationLog
{
ObjectId = operation.Id,
ObjectType = operation.OperationType,
ObjectType = operation.GetType().Name,
OperationType = Platform.Core.Common.EntryState.Modified,
Detail = string.Format(template, parameters)
};
Expand Down

0 comments on commit 8020bbe

Please sign in to comment.