[TYPO3-mvc] Edit/Validation of hidden record

Fabian Fisahn fisahn at its-immaterial.com
Thu Apr 14 22:37:47 CEST 2011


Hello,

I work on a Backend Extbase Extension where Users can add/edit records.
The records can be hidden and visible.
I have no problems with the visible data, but if I want to update a
hidden record, I get the message:

The value must be of type "Tx_My_Model", but was of type "array".

I know that Extbase only can get visible und undeleted data. But is
there a way to set a global setRespectEnableFields(FALSE) to get and
validate also hidden records?

Thanks
Fabian


More information about the TYPO3-project-typo3v4mvc mailing list