cedricziel / idea-php-typo3-plugin

TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
MIT License
96 stars 8 forks source link

'allowed' => 'table1,table2' in TCA adds "Missing table definition" #346

Closed jpmschuler closed 3 years ago

jpmschuler commented 3 years ago

I get a warning for a TCA file “Missing table definition” which refers to a code bit

 'config' => [
                'type' => 'group',
                'internal_type' => 'db',
                'allowed' => 'table1,table2'

If I just allow table1 it shows no warning, if I use table2 it shows no warning.

This was already mentioned in https://github.com/cedricziel/idea-php-typo3-plugin/issues/132#issuecomment-352464330 but not explicitly marked as "won't fix" so I thought to at least document it here for the time being, as it might have been forgotten.