Skip to content

Commit 3e1b9e3

Browse files
barw4ViniTou
andauthored
IBX-1819: Added missing update path to DateFieldType (#355)
Co-authored-by: Dawid Parafiński <dawid.parafinski@ez.no>
1 parent 8008a86 commit 3e1b9e3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

lib/Form/Type/FieldType/DateFieldType.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@
1818
*/
1919
class DateFieldType extends AbstractType
2020
{
21-
private const EDIT_VIEWS = ['ez_content_draft_edit', 'ezplatform.content.translate', 'ibexa.content.translate_with_location'];
21+
private const EDIT_VIEWS = [
22+
'ez_content_draft_edit',
23+
'ezplatform.content.translate',
24+
'ibexa.content.translate_with_location',
25+
'ez_user_update'
26+
];
2227

2328
/** @var \Symfony\Component\HttpFoundation\RequestStack */
2429
private $requestStack;

0 commit comments

Comments
 (0)