[TYPO3-mvc] how to not respectEnablefields when passing object to controller action
Thomas Mammitzsch
thomas at visualworx.de
Wed Jul 7 17:05:40 CEST 2010
hi list,
i try to get an Object by passing the uid of the object to a controller
action. Since this object is disabled=1 (its the job of the action to
set disabled=0) it won't be fetched via findObjectByUid from Database
because setRespectEnablefields is set to true.
Is there a way to set setRespectEnablefields(FALSE) to also get hidden
Records (maybe a phpdoc comment)?
regards, Thomas
More information about the TYPO3-project-typo3v4mvc
mailing list