|
|
@ -59,8 +59,8 @@ namespace Squidex.Infrastructure.Commands |
|
|
{ |
|
|
{ |
|
|
using (log.MeasureInformation(w => w |
|
|
using (log.MeasureInformation(w => w |
|
|
.WriteProperty("action", "ActivateDomainObject") |
|
|
.WriteProperty("action", "ActivateDomainObject") |
|
|
.WriteProperty("doType", GetType().Name) |
|
|
.WriteProperty("domainObjectType", GetType().Name) |
|
|
.WriteProperty("doKey", key.ToString()))) |
|
|
.WriteProperty("domainObjectKey", key.ToString()))) |
|
|
{ |
|
|
{ |
|
|
id = key; |
|
|
id = key; |
|
|
|
|
|
|
|
|
|