ajax messages are not localized

Issue #9 new
Ralf Zimmermann created an issue

The ajax calls does not contain the L parameter. If i subscribe a newsletter on a localized page with L=2, the ajax call return a not localized string because the controller and the extbase LocalizationUtility assume that we are in the default language. The ajax call must be extended by a L parameter.

Comments (3)

  1. Ralf Zimmermann reporter

    This is also important for the settings of localized plugins. I localize a subscription plugin. Then i configure it to add a other usergroup. This only works if the ajax call contain the L param. Otherwise the configured usergroup of the "default language" plugins will be added.

  2. Log in to comment