diff --git a/lib/Form/Type/FieldType/DateFieldType.php b/lib/Form/Type/FieldType/DateFieldType.php index 6253e4009..802bb2f6f 100644 --- a/lib/Form/Type/FieldType/DateFieldType.php +++ b/lib/Form/Type/FieldType/DateFieldType.php @@ -18,7 +18,12 @@ */ class DateFieldType extends AbstractType { - private const EDIT_VIEWS = ['ez_content_draft_edit', 'ezplatform.content.translate', 'ibexa.content.translate_with_location']; + private const EDIT_VIEWS = [ + 'ez_content_draft_edit', + 'ezplatform.content.translate', + 'ibexa.content.translate_with_location', + 'ez_user_update' + ]; /** @var \Symfony\Component\HttpFoundation\RequestStack */ private $requestStack;