[TYPO3-mvc] Nearly completly confused

Sebastian Fischer typo3 at evoweb.de
Mon Feb 21 21:53:20 CET 2011


On 21.02.2011 19:19, Franz Koch wrote:
> Hey,
>
>> im working on an extension that needs to runs with extbase 1.2.1.
>>
>> How am i supposed to override the storagePid from controller indexAction?
>>
>> I need this for a backend modul. And im not able to override this
>> setting without hacking the dispatcher.
>>
>> Every solution welcome.
>
> what have you tried so far? Give the following a try:
>
> module.tx_yourextension.persistence.storagePid = 123
>
> So instead of plugin.tx_yourextension... use the namespace
> "module.tx_yourextension" to configure anything for your backend
> modules. You can also change template paths etc.
>

Hi Franz,

i tried this in the tsconfig field but it didnt worked quite good.

My current solution is to hack a local copy with a method to set the 
storagePid in the dispatcher. After that the pid is available in an 
repositories.

Greetings
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list