diff --git a/Classes/ContentRepository/Service/WorkspaceService.php b/Classes/ContentRepository/Service/WorkspaceService.php index 9f43d9e717..d1b9834a3c 100644 --- a/Classes/ContentRepository/Service/WorkspaceService.php +++ b/Classes/ContentRepository/Service/WorkspaceService.php @@ -86,8 +86,7 @@ public function getPublishableNodeInfo(WorkspaceName $workspaceName, ContentRepo } else { // If originDimensionSpacePoint is null, we have a change to the nodeAggregate. All nodes in the // occupied dimensionspacepoints shall be marked as changed. - $originDimensionSpacePoints = $contentRepository - ->getContentGraph($workspaceName) + $originDimensionSpacePoints = $contentGraph ->findNodeAggregateById($change->nodeAggregateId) ?->occupiedDimensionSpacePoints ?: []; }