[TYPO3-ect] lib/div multiple extension with same key on one page - action dispatcher
Elmar Hinz
elmar07 at googlemail.com
Wed Sep 26 13:01:52 CEST 2007
Franz Koch wrote:
>
> This problem also existed in cal and it's solved like this:
> There is a configuration option (TS which can be overridden with FF)
> where you can define allowed actions for a controller. If the action
> request is within the list of allowed actions, it's executed (if it
> exists) - if not, it falls back to the first allowed action/view.
>
> I think this is also needed for lib/div as a basic feature if it's not
> already there somewhere (didn't follow the last changes).
Hi Franz,
the feature to configure selections out of all actions is not implemented
into lib. Let's call it an action redirector.
It is possible to overwrite the main function of the inherited controller,
to implement such action redirecting mechanisms. It's only 5 lines long, so
that's easy to do.
Alternatively you work with multiple controllers, that share the same
designator. That's that default behaviour of lib.
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list