mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
time type for durationTime in form
This commit is contained in:
parent
e65f78ab31
commit
5af14b2307
@ -67,7 +67,7 @@ class ActivityType extends AbstractType
|
|||||||
'widget' => 'single_text',
|
'widget' => 'single_text',
|
||||||
'format' => 'dd-MM-yyyy')
|
'format' => 'dd-MM-yyyy')
|
||||||
)
|
)
|
||||||
->add('durationTime')
|
->add('durationTime', 'time')
|
||||||
->add('remark', 'textarea', array(
|
->add('remark', 'textarea', array(
|
||||||
'required' => false,
|
'required' => false,
|
||||||
'empty_data' => ''
|
'empty_data' => ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user