Skip to content

Commit

Permalink
make mandatory field writeable
Browse files Browse the repository at this point in the history
  • Loading branch information
kozi committed Feb 23, 2015
1 parent 930119e commit 19c53e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contao/dca/tl_form_field.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down

0 comments on commit 19c53e0

Please sign in to comment.