Enable usage of DataHandler with mysql strict mode

This commit is contained in:
Daniel Siepmann 2021-06-08 12:10:06 +02:00
parent 6b19485a36
commit 80827049f9
2 changed files with 4 additions and 0 deletions

View file

@ -124,6 +124,7 @@ return (static function (string $extensionKey, string $tableName) {
'type' => 'select',
'renderType' => 'selectSingle',
'foreign_table' => 'tx_thuecat_town',
'default' => '0',
'items' => [
[
$languagePath . '.town.unkown',
@ -140,6 +141,7 @@ return (static function (string $extensionKey, string $tableName) {
'type' => 'select',
'renderType' => 'selectSingle',
'foreign_table' => 'tx_thuecat_organisation',
'default' => '0',
'items' => [
[
$languagePath . '.managed_by.unkown',

View file

@ -49,6 +49,7 @@ return (static function (string $extensionKey, string $tableName) {
'type' => 'select',
'renderType' => 'selectSingle',
'foreign_table' => 'tx_thuecat_town',
'default' => '0',
'items' => [
[
$languagePath . '.town.unkown',
@ -64,6 +65,7 @@ return (static function (string $extensionKey, string $tableName) {
'type' => 'select',
'renderType' => 'selectSingle',
'foreign_table' => 'tx_thuecat_organisation',
'default' => '0',
'items' => [
[
$languagePath . '.managed_by.unkown',