Skip to content

Commit

Permalink
Fixed bug with unclickable checkbox in tl_content
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Jun 13, 2018
1 parent 781d72e commit ca0722e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/contao/dca/tl_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
'eval' => array(
'includeBlankOption' => true,
'mandatory' => true,
'tl_class' => 'w50',
),
'sql' => "int(10) unsigned NOT NULL default '0'",
);
Expand Down

0 comments on commit ca0722e

Please sign in to comment.