We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ef17a commit 850d84dCopy full SHA for 850d84d
1 file changed
Classes/Indexer/NodeIndexer.php
@@ -105,6 +105,7 @@ public function removeNode(NodeInterface $node, string $targetWorkspaceName = nu
105
}
106
107
$dimensionCombinations = $this->dimensionService->getDimensionCombinationsForIndexing($node);
108
+ $targetWorkspaceName = $targetWorkspaceName ?? $node->getWorkspace()->getName();
109
110
if (array_filter($dimensionCombinations) === []) {
111
$removalJob = new RemovalJob($this->indexNamePostfix, $targetWorkspaceName, $this->nodeAsArray($node));
0 commit comments