We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d9684 commit 8008a86Copy full SHA for 8008a86
1 file changed
lib/Form/Type/FieldType/DateFieldType.php
@@ -18,7 +18,7 @@
18
*/
19
class DateFieldType extends AbstractType
20
{
21
- private const EDIT_VIEWS = ['ez_content_draft_edit', 'ezplatform.content.translate'];
+ private const EDIT_VIEWS = ['ez_content_draft_edit', 'ezplatform.content.translate', 'ibexa.content.translate_with_location'];
22
23
/** @var \Symfony\Component\HttpFoundation\RequestStack */
24
private $requestStack;
0 commit comments