Skip to content

Commit

Permalink
Merge pull request #238 from franzholz/develop
Browse files Browse the repository at this point in the history
fix additional_type must not be null
  • Loading branch information
franzholz authored Feb 15, 2024
2 parents d110402 + 317f8c6 commit ef5540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/TCA/tt_products.php
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@
'items' => [
['', ''],
],
'default' => null,
'default' => '',
'authMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['explicitADmode'] ?? 'explicitAllow',
],
],
Expand Down

0 comments on commit ef5540b

Please sign in to comment.