[TYPO3-mvc] Domain_Model: pid is null
Jochen Rau
jochen.rau at typoplanet.de
Thu Jun 10 11:06:42 CEST 2010
Hi Michael.
On 2010-06-10, Michael Feinbier <mf at hdnet.de> wrote:
> I am using extbase 1.2 beta2 and I found a strange behaviour which I
> cannot understand.
> What did I wrong? All other db-fields are filled correctly
Try to add a TCA field definition:
'pid' => array(
'exclude' => 1,
'config' => array(
'type' => 'passthrough'
)
),
Regards
Jochen
P.S. First ask, then bash (twitter).
More information about the TYPO3-project-typo3v4mvc
mailing list