[Neos] Neos module ignores linking to different controllers in Backend
Aske Ertmann
aske at moc.net
Fri May 23 11:08:42 CEST 2014
Hey
Linking to other controllers inside modules aren’t supported/allowed. A module is limited to a specific controller and if you need more controllers you should have those as submodules or have a parent module with all your controllers as submodules. This is mainly done for security reasons to prevent arbitrary controllers being called from within the modules, but it can be circumvented by having a module controller that bootstraps a sub request for the controllers. The module framework is still quite limited and it will probably be more flexible in the future, but currently this is the state.
Hope that helps
Best regards
Aske
On 23 May 2014, at 06:33, Web Essentials - Support (Phallin Hor) <support at web-essentials.asia> wrote:
> Dear list,
>
> Now am using TYPO3 Neos version 1.0.2 . I am developing Backend module that has 4 controllers. I had problem with link.action. I could not link to other controller that stays in the same package.
> It is only happend in backend module. But it works fine in frontend. In backend, it does does not produce any error beside not redirect.
>
> I have read two links related to this issue.
> *
>
> http://riesvantwisk.com/cms/home/irc-logs/typo3-neos-irc-log/2013/September/2.html
> http://forge.typo3.org/issues/48977
>
> *
> I have tried neos:link.module viewhelper, but it linked to different module not controller.
>
> Does anyone have experience about this?
>
> Cheer,
> Phallin
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos
More information about the Neos
mailing list