Skip to content

Commit

Permalink
BUGFIX Workspace aware NodeCacheEntryIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed May 21, 2024
1 parent 7bd219d commit b6787ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private function __construct(

public static function fromNode(Node $node): self
{
return new self('Node_' . $node->subgraphIdentity->contentStreamId->value
return new self('Node_' . $node->workspaceName->value
. '_' . $node->dimensionSpacePoint->hash
. '_' . $node->aggregateId->value);
}
Expand Down

0 comments on commit b6787ba

Please sign in to comment.