Skip to content

Commit 04579ef

Browse files
ErHaWebmschwemer
authored andcommitted
[TASK] Remove deprecated TCA internal_type
The option `'internal_type' => 'db'` in TCA for `tx_powermail_domain_model_form.pages` has been removed. It is no longer needed since TYPO3 v11.5 and deprecated with v12.0. See [Deprecation #96983](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Deprecation-96983-TCAInternal_type.html)
1 parent 5e871e7 commit 04579ef

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Configuration/FlexForms/FlexformPi1.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
<label>LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:flexform.main.pid</label>
6161
<config>
6262
<type>group</type>
63-
<internal_type>db</internal_type>
6463
<allowed>pages</allowed>
6564
<size>1</size>
6665
<maxitems>1</maxitems>

Configuration/TCA/tx_powermail_domain_model_form.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@
193193
'label' => 'LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:' . Form::TABLE_NAME . '.pages',
194194
'config' => [
195195
'type' => 'group',
196-
'internal_type' => 'db',
197196
'allowed' => Page::TABLE_NAME,
198197
'foreign_table' => Page::TABLE_NAME,
199198
'minitems' => 1,

0 commit comments

Comments
 (0)