Skip to content

Commit

Permalink
[TASK] Fix example of adding custom table to create database record r…
Browse files Browse the repository at this point in the history
…eactions

fixes error introduced by
https://review.typo3.org/c/Packages/TYPO3.CMS/+/83080

Releases: main, 12.4
Resolves: #103191
Related: #103181
Change-Id: I4636c5c0f39beff6824ec7fb967993087c2fdbc5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83116
Tested-by: Chris Müller <typo3@krue.ml>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Chris Müller <typo3@krue.ml>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Stefan Bürk <stefan@buerk.tech>
  • Loading branch information
tiggr authored and sbuerk committed Feb 23, 2024
1 parent 9cd9d05 commit a9705a0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -157,8 +157,8 @@ available in the reaction's table selection, add the table in a corresponding
'sys_reaction',
'table_name',
[
'label' => LLL:EXT:myext/Resources/Private/Language/locallang.xlf:tx_myextension_domain_model_mytable',
'value' => tx_myextension_domain_model_mytable',
'label' => 'LLL:EXT:myext/Resources/Private/Language/locallang.xlf:tx_myextension_domain_model_mytable',
'value' => 'tx_myextension_domain_model_mytable',
'icon' => 'myextension-tx_myextension_domain_model_mytable-icon',
]
);
Expand Down

0 comments on commit a9705a0

Please sign in to comment.