Skip to content

Commit 8754c00

Browse files
committed
[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 d447452 commit 8754c00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)