[TYPO3-mvc] Flexform switchableControllerActions per model

Michael Feinbier mf at hdnet.de
Wed Jan 6 12:00:11 CET 2010


Hi everybody!

Am 05.01.10 15:28, schrieb Martin Kutschker:
> Martin Kutschker schrieb:
>> The entry for the dances is interesting as it enables more then one controller/action pair. The
>> problem is that whenever I add a new action to the controller all my plugins in tt_content will be
>> invalidated because the key has changed (eg to "Dance->index;Dance->show;Dance->new").
>>
>> As a shorthand I tried to use simply "Dance" with the expectation that all actions defined in
>> ext_localconf.php are allowed. But that didn't work.
>
> Instead of simply "Dance" something like "Dance->*" could also select all actions. OTOH "*->index"
> could allow "index" actions of all controllers.
>
> Masi

+1 on this idea. The problem masi described is very frustrating and 
makes the concept of switchable Actions and Controller nearly unusable.

Another Idea that would help is an option like "startControllerAction", 
which would only override the start Controller and Action which were 
made in Tx_Extbase_Utility_Extension::configurePlugin()
With this it would be possible to access all controllers and actions.

What do you think about this?

Micha



More information about the TYPO3-project-typo3v4mvc mailing list