Development

#9077 (sfDoctrineGuardPlugin : translation of "lost password" emails subjects)

You must first sign up to be able to contribute.

Ticket #9077 (new defect)

Opened 3 years ago

Last modified 3 years ago

sfDoctrineGuardPlugin : translation of "lost password" emails subjects

Reported by: symfony@fazae.com Assigned to: Jonathan.Wage
Priority: minor Milestone: plugins
Component: sfDoctrineGuardPlugin Version: 1.4.4
Keywords: sfDoctrineGuardPlugin lost password translation Cc: l.pichoud@fazae.com
Qualification: Unreviewed

Description

Hi all,

I'm currently trying to translate the subject for the both emails sent in "lost password" process. The email's body can be translated but the subjects are setted in the actions (executeIndex & executeChange).

Is there an other way than overloading the actions ? Why don't use I18N helper in the action (not MVC compliant ?) ?

Change History

09/27/10 17:55:45 changed by strycore

I've submitted a patch to fix this issue, you can get it here : http://trac.symfony-project.org/ticket/8162

09/28/10 09:26:49 changed by symfony@fazae.com

Thanks stryscore !

This is the patch which I thought. But I was wondering if there is no solution "cleaner" than to call a helper in action.