... | ... |
@@ -116,7 +116,7 @@ $GLOBALS['TL_DCA']['tl_vr_wa_reservation'] = array |
116 | 116 |
( |
117 | 117 |
'inputType' => 'select', |
118 | 118 |
'foreignKey' => 'tl_vr_wa_slot.time', |
119 |
- 'eval' => array('mandatory'=>true,'chosen'=>true,'includeBlankOption'=>true), |
|
119 |
+ 'eval' => array('mandatory'=>true,'chosen'=>true,'includeBlankOption'=>true,'submitOnChange'=>true), |
|
120 | 120 |
'sql' => "int(10) unsigned NOT NULL default '0'", |
121 | 121 |
'relation' => array('type' => 'belongsTo', 'load' => 'lazy') |
122 | 122 |
), |