[TYPO3-mvc] how to not respectEnablefields when passing object to controller action

Thomas Mammitzsch thomas at visualworx.de
Wed Jul 7 18:01:04 CEST 2010


its Tx_Extbase_MVC_Controller_Argument::findObjectByUid. I'll make a 
feature request on forge.
As a temporarily workaround i'll remove the argument from my action, get 
it by $this->request->getArgument and use an own findByUID method in my 
repository.

regards, Thomas

Am 07.07.2010 17:42, schrieb Nikolas Hagelstein:
> Hi,
>> Is there a way to set setRespectEnablefields(FALSE) to also get hidden
>> Records (maybe a phpdoc comment)?
>
> Unfortunatly not, since neither
> Tx_Extbase_MVC_Controller_Argument::findObjectByUid nor
> Tx_Extbase_Property_Mapper::findObjectByUid has a corresponding parameter
> (don't know which one is used here right of hand - we got duplicate code
> here).
>
> One solution would be to introduce an apt  annotation and adjust. Could you
> raise a feature request at forge?.
>
> Cheers,
> Nikolas
>
>



More information about the TYPO3-project-typo3v4mvc mailing list