[TYPO3-mvc] Flexform switchableControllerActions per model

Sebastian Kurfürst sebastian at typo3.org
Wed Jan 6 15:55:52 CET 2010


Hi,

> In the plugin flexform I can override the allowed controller/action pairs. It is possible to use a
> multi-select and I can enable single and multiple pairs (semicolon delimited) to choose from.
Yes this is possible, exactly.

> 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").
Good point. Can this somehow be solved on the Flexform side? (e.g. by
defining other keys?)

> 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.
We could implememt it. That code can be found in
Configuration/FrontendConfigurationManager.php - so don't hesitate to
try it out :)

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list