Skip to content

Commit

Permalink
see cl 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Patzer committed May 8, 2020
1 parent a94d612 commit 3635b56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.17.2] - 2020-05-08
- increased row size of `sortingMode` to 32

## [1.17.1] - 2020-05-07
- fixed type hint issue

Expand Down
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_list_config.php
Expand Up @@ -339,7 +339,7 @@
'options' => \HeimrichHannot\ListBundle\Backend\ListConfig::SORTING_MODES,
'reference' => &$GLOBALS['TL_LANG']['tl_list_config']['reference'],
'eval' => ['tl_class' => 'w50', 'submitOnChange' => true],
'sql' => "varchar(16) NOT NULL default 'field'",
'sql' => "varchar(32) NOT NULL default 'field'",
],
'sortingField' => [
'label' => &$GLOBALS['TL_LANG']['tl_list_config']['sortingField'],
Expand Down

0 comments on commit 3635b56

Please sign in to comment.