Skip to content

Commit

Permalink
IBX-7935: Fixed translation domain
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed May 13, 2024
1 parent 5de6039 commit 1eea689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Form/Type/Content/BaseContentType.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'contentUpdateStruct' => $options['contentUpdateStruct'] ?? null,
'struct' => $options['struct'],
],
'translation_domain' => 'ibexa_content_forms_content',
])
->add('redirectUrlAfterPublish', HiddenType::class, [
'required' => false,
Expand Down

0 comments on commit 1eea689

Please sign in to comment.