TYPO3 Extbase fe_user UID in own model
问题 I create a extbase Plugin in TYPO3 6.2. In one table i have a field "fuid" where i want to store the fe_users uid, to know which user can edit this record. I set the "fuid" in createAction: $newLocation->setFuID((int) $GLOBALS['TSFE']->fe_user->user['uid']); This work. In the Database is the right UID. But in the editAction: $location->getFuID() returns null Why? TCA: fu_i_d' => array( 'exclude' => 1, 'label' => 'LLL:EXT:pitss24/Resources/Private/Language/locallang_db.xlf:tx_pitss24_domain