Project

General

Profile

Actions

Bug #102180

closed

tt_address Email Field in Reactions not available

Added by b g 7 months ago. Updated 7 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
Category:
WebHooks - Incoming = Reactions + Outgoing
Start date:
2023-10-16
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When creating a Reaction with tt_address as selected table, the field "email" is not available in the fields-form at the bottom of the reactions form

I solved it by

commenting out some rows:

"TCA/Configuration/TCA/Overrides/tt_address.php" ->
rm row 26-28

        $GLOBALS['TCA']['tt_address']['columns']['email']['config'] = [
            'type' => 'email',
        ];

"TCA/tt_address.php"
rm "email" from row 444 in the eval values

        'email' => [
            'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.email',
            'config' => [
                'type' => 'input',
                'size' => 20,
                'eval' => 'trim',
                'max' => 255,
                'softref' => 'email',
                'behaviour' => [
                    'allowLanguageSynchronization' => true,
                ],
            ]
        ],
Actions #1

Updated by Georg Ringer 7 months ago

  • Category changed from FormEngine aka TCEforms to WebHooks - Incoming = Reactions + Outgoing
  • Assignee set to Georg Ringer
  • Target version set to Candidate for patchlevel
Actions #2

Updated by Gerrit Code Review 7 months ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81438

Actions #3

Updated by Gerrit Code Review 7 months ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81438

Actions #4

Updated by Gerrit Code Review 7 months ago

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81454

Actions #5

Updated by Georg Ringer 7 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF