Skip to content

Commit

Permalink
Fixed name schema generation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kisztof committed Aug 31, 2023
1 parent 67a0d52 commit bdffeae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ private function processEvent(
?array $fieldMap = null
): array {
foreach ($languages as $languageCode) {
$tokenValues[$languageCode] = [];
foreach ($identifiers as $identifier) {
$tokenValues[$languageCode] = [];
$fieldDefinition = $contentType->getFieldDefinition($identifier);
if (null === $fieldDefinition) {
continue;
Expand Down

0 comments on commit bdffeae

Please sign in to comment.