[TYPO3-mvc] switchableControllerAction via TypoScript in trunk/

Peter Niederlag typo3-list at niekom.de
Thu Jan 27 12:25:48 CET 2011


Hello,

Am 26.01.2011 23:23, schrieb Franz Koch:
> Hey guys,
[...]
> Peter, try setting the switchableControllerActions like this:
>
> plugin.tx_extkey.switchableControllerActions {
> NameOfController {
> 1 = action1
> 2 = action2
> }
> }
>
> So in a array like way and not comma separated like before (no clue why
> that changed).

well the root cause of the problem ist that .settings are provided 
either by typoscript or by flexform. However the format of the data 
inside those two sources is different...

http://forge.typo3.org/issues/12552

that can't work from what I have seen in the source. ;)

it used to be possible by:

# use pluginSignature.settings to override/set
# switchableControllerActions
plugin.tx_extkey_pi1.settings.switchableControllerActions {
   NameOfController {
     1 = action1
     2 = action2
   }
}

I already have a patch(two lines) which re-enables the old behaviour, 
unfortunatly git push onto review still fails...

'fatal: Individual contributor agreement is still pending review.'

Grets and Thx,
Peter
-- 
Peter Niederlag
http://www.niekom.de * TYPO3 & EDV Dienstleistungen *


More information about the TYPO3-project-typo3v4mvc mailing list