mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-12-04 19:16:13 +01:00
Enable usage of DataHandler with mysql strict mode
This commit is contained in:
parent
6b19485a36
commit
80827049f9
2 changed files with 4 additions and 0 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue