diff --git a/contao/dca/tl_form_field.php b/contao/dca/tl_form_field.php index d2869a8..b14a51b 100755 --- a/contao/dca/tl_form_field.php +++ b/contao/dca/tl_form_field.php @@ -47,7 +47,6 @@ $objFormField->save(); $GLOBALS['TL_DCA']['tl_form_field']['fields']['name']['eval']['readonly'] = true; - $GLOBALS['TL_DCA']['tl_form_field']['fields']['mandatory']['eval']['disabled'] = true; $GLOBALS['TL_LANG']['tl_form_field']['options_legend'] = $GLOBALS['TL_LANG']['tl_form_field']['recipientmenu']['options_legend']; $GLOBALS['TL_LANG']['tl_form_field']['options'] = $GLOBALS['TL_LANG']['tl_form_field']['recipientmenu']['options'];