We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552fcfa commit 4d4562aCopy full SHA for 4d4562a
src/bundle/Controller/ContentTypeController.php
@@ -240,6 +240,7 @@ public function addTranslationAction(Request $request): Response
240
241
try {
242
$contentTypeDraft = $this->tryToCreateContentTypeDraft($contentType);
243
+ $this->metaFieldDefinitionService->addMetaFieldDefinitions($contentTypeDraft, $language);
244
} catch (BadStateException $e) {
245
$userId = $contentType->modifierId;
246
$this->notificationHandler->error(
0 commit comments