[TYPO3-mvc] [solved] switchableControllerAction via TypoScript in trunk/

Peter Niederlag typo3-list at niekom.de
Thu Jan 27 15:40:13 CET 2011


Hello,

Am 27.01.2011 14:28, schrieb Bastian Waidelich:
> Peter Niederlag wrote:
>
> Hi Peter,
>
>> 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...
>
> Like Franz said: settings is just an array you can fill with anything
> basically. It is not used for configuration options in the framework.

not an easy one but it is still just working nicely, if used correct. :->

# wrong
# plugin.tx_geniale_pi1 {
# plugin.tx_geniale {

# correct
tt_content.list.20.geniale_pi1 {
   switchableControllerActions {
     Event {
       1 = list
       2 = create
     }
   }
}

# Full story:
# switchableControllerActions must be on the path/node
# xyz = USER
# xyz {
#  userFunc = tx_extbase_core_bootstrap->run
#  switchableControllerActions {
#       # here we go #
#  }
#
#  this is different from
#
# .settings
# .persistance
# .view
#
#  which are taken from the Top Level namespace 'tx.plugin' or 
'tx.plugin_piX'
# (???)

[...]

>> 'fatal: Individual contributor agreement is still pending review.'
>
> Right, we'd like to "forward port" usable features/fixes to FLOW3. So
> every contributer has to sign the CLA. I've added this to the "How to
> contribute" wiki page:
> http://forge.typo3.org/projects/typo3v4-mvc/wiki/How_to_contribute

Why don't you just "forward port" my CLA, which I sent in December 2010? ;)

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


More information about the TYPO3-project-typo3v4mvc mailing list