Skip to content

Commit

Permalink
fixed sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Patzer committed Aug 21, 2019
1 parent 57b26c6 commit ec979a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Resources/contao/dca/tl_filter_config_element.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,8 @@
'relation' => ['type' => 'belongsTo', 'load' => 'eager'],
],
'sorting' => [
'sorting' => true,
'flag' => 2,
'sql' => "int(10) unsigned NOT NULL default '0'",
],
],
'tstamp' => [
'label' => &$GLOBALS['TL_LANG']['tl_filter_config_element']['tstamp'],
'sql' => "int(10) unsigned NOT NULL default '0'",
Expand Down

0 comments on commit ec979a2

Please sign in to comment.