Skip to content

Commit b2561c5

Browse files
committed
[TASK] adjustment to renaming
languages in dimensions is now called language
1 parent 3402dd8 commit b2561c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Indexer

Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Indexer/NodeIndexer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public function indexNode(Node $node, $targetWorkspaceName = NULL) {
179179
//@todo remove the hardcoded language part. There will be a merge of the Neos and TYPO3CR Settings
180180
if (is_array($dimensionCombinations)) {
181181
$documentData['__dimensions'] = array(
182-
"languages" => $dimensionCombinations["languages"][0]
182+
"language" => $dimensionCombinations["language"][0]
183183
);
184184
}
185185

0 commit comments

Comments
 (0)