[TYPO3-mvc] tx_extbase_type ignored?
Helmut Hummel
helmut.hummel at typo3.org
Sat May 18 17:52:59 CEST 2013
Hi,
On 16.05.13 16:18, Tomita Militaru wrote:
> No special typoscript, only the one generated by EB.
I also ran into this problem lately.
The extension builder generates code that "dynamically" adds the type
field to the TCA ctrl section, which causes poblems with Extbase in
frontend context (the data map factory cannot find the type field
definition).
Be sure to set this in the place you have the ctr section defined:
$TCA['tx_ext_table']['ctrl'] = array(
...
'type' => 'tx_extbase_type',
...
)
HTH
Kind regards,
Helmut
--
Helmut Hummel
Release Manager TYPO3 6.0
TYPO3 Core Developer, TYPO3 Security Team Member
TYPO3 .... inspiring people to share!
Get involved: typo3.org
More information about the TYPO3-project-typo3v4mvc
mailing list