Skip to content

Commit 8008a86

Browse files
IBX-1830: Added a new route to determine edit mode (#354)
1 parent 53d9684 commit 8008a86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Form/Type/FieldType/DateFieldType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class DateFieldType extends AbstractType
2020
{
21-
private const EDIT_VIEWS = ['ez_content_draft_edit', 'ezplatform.content.translate'];
21+
private const EDIT_VIEWS = ['ez_content_draft_edit', 'ezplatform.content.translate', 'ibexa.content.translate_with_location'];
2222

2323
/** @var \Symfony\Component\HttpFoundation\RequestStack */
2424
private $requestStack;

0 commit comments

Comments
 (0)