OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Different translation in workflow activites #5110

Open orchardbot opened 9 years ago

orchardbot commented 9 years ago

neTp9c created: https://orchard.codeplex.com/workitem/21281

In orchard 1.8.x "FormSubmittedActivity -> EmailActivity" workflow does not work in Russian localization because of translation.

I don't understand why this does not work, but if change in Orchard.CustomForms .po file

. "Done"

msgctxt "Orchard.CustomForms.Activities.FormSubmittedActivity" msgid "Done" msgstr "Готово"

to

. "Done"

msgctxt "Orchard.CustomForms.Activities.FormSubmittedActivity" msgid "Done" msgstr "Done"

that this activity will be work.

orchardbot commented 9 years ago

neTp9c commented:

When i was debugging code that notice of discrepancy in WorkflowManager (line 263)

var transition = workflowContext.Record.WorkflowDefinitionRecord.TransitionRecords.FirstOrDefault(x => x.SourceActivityRecord == activityRecord && x.SourceEndpoint == outcome.TextHint);

In this row x.SourceEndpoint != outcome.TextHint