From 29f848dbc8ff4ad8d942e124f3e24108c47bc621 Mon Sep 17 00:00:00 2001 From: Sztig Date: Tue, 28 Oct 2025 15:32:04 +0100 Subject: [PATCH] added missing seo fields to "add translation" view --- src/bundle/Controller/ContentTypeController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bundle/Controller/ContentTypeController.php b/src/bundle/Controller/ContentTypeController.php index 5f0d946114..8cacdb847c 100644 --- a/src/bundle/Controller/ContentTypeController.php +++ b/src/bundle/Controller/ContentTypeController.php @@ -240,6 +240,7 @@ public function addTranslationAction(Request $request): Response try { $contentTypeDraft = $this->tryToCreateContentTypeDraft($contentType); + $this->metaFieldDefinitionService->addMetaFieldDefinitions($contentTypeDraft, $language); } catch (BadStateException $e) { $userId = $contentType->modifierId; $this->notificationHandler->error(