Bug #46217
closedNotification emails not translated for default recipients
100%
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.
Updated by Oliver Hader over 11 years ago
- Status changed from New to Accepted
- Priority changed from Must have to Should have
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Updated by Mansoor Ahmad about 10 years ago
Similar issue is also in TYPO3 Version 6.2.6.
The notification email is in default language,
if the editor change the status "Ready to Publish" and send it to admin editor for review and publish.
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Kevin Ditscheid over 7 years ago
- Has duplicate Bug #81633: StagesService->getBackendUsers should provide 'lang' and 'uc' attribute added
Updated by Gerrit Code Review over 7 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53294
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53402
Updated by Kevin Ditscheid over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 90d9a9ef662e090d2bca1713c1e47f348b98f277.