Skip to content

Commit

Permalink
Fixed content update
Browse files Browse the repository at this point in the history
  • Loading branch information
kisztof committed Sep 11, 2023
1 parent d111bde commit e625e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Repository/NameSchema/NameSchemaService.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function resolveContentNameSchema(
ContentType $contentType = null
): array {
$contentType ??= $content->getContentType();
$schemaName = $contentType->urlAliasSchema ?: $contentType->nameSchema;
$schemaName = $contentType->nameSchema;
$schemaIdentifiers = $this->schemaIdentifierExtractor->extract($schemaName);

$event = $this->eventDispatcher->dispatch(
Expand Down

0 comments on commit e625e67

Please sign in to comment.