diff --git a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/EnrichedEvents/EnrichedContentEvent.cs b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/EnrichedEvents/EnrichedContentEvent.cs index 70c05f16a..376de10d3 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/EnrichedEvents/EnrichedContentEvent.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/EnrichedEvents/EnrichedContentEvent.cs @@ -32,7 +32,7 @@ namespace Squidex.Domain.Apps.Core.HandleRules.EnrichedEvents public override long Partition { - get { return SchemaId.GetHashCode(); } + get { return Id.GetHashCode(); } } } }