Skip to content

Commit

Permalink
see cl 1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Patzer committed Apr 22, 2020
1 parent e2bdf15 commit a74fa32
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.16.3] - 2020-04-22
- added `decodeEntities` to `sortingText`

## [1.16.2] - 2020-04-22
- increased `sortingText` size to 255

Expand Down
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_list_config.php
Expand Up @@ -362,7 +362,7 @@
'exclude' => true,
'search' => true,
'inputType' => 'text',
'eval' => ['maxlength' => 255, 'tl_class' => 'w50', 'mandatory' => true],
'eval' => ['maxlength' => 255, 'tl_class' => 'w50', 'mandatory' => true, 'decodeEntities' => true],
'sql' => "varchar(255) NOT NULL default ''",
],
'sortingItems' => [
Expand Down

0 comments on commit a74fa32

Please sign in to comment.