Actions
Bug #46217
closedNotification emails not translated for default recipients
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2013-03-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Context class : Tx_Workspaces_ExtDirect_ActionHandler
getRecipientList(…) calls (Tx_Workspaces_Service_Stages)->getResponsibleBeUser to get the default recipients from the stage configuration,
then sets lang info for each of those recipients using unserialized 'uc' field or 'lang' field.
Problem is that getResponsibleBeUser(…) only returns the following fields : 'username', 'uid', 'email', 'realName'.
So neither 'uc' nor 'lang' fields are available and lang information is NULL, resulting notification emails in default language.
Actions