Skip to content
Snippets Groups Projects
Commit 0594b588 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch '#1076281_ObservationLibTranslate' into '2021.2'

[Projekt: Entwicklung - Neon][TicketNr.: 1076281][Beobachtungen teilweise nicht übersetzt]

See merge request xrm/basic!1550
parents f1e98ad6 17b54181
No related branches found
No related tags found
No related merge requests found
......@@ -664,7 +664,7 @@ Observation._notification = function (pVariables, pFilteredVariables, pObserver,
formatedFieldValue = formatedFieldValue || Observation.formatFieldValue(specificRowData, pVariables[WorkflowVariables.CHANGED_ROWS_TYPES()], field, timezone, locale);
pFilteredVariables.notificationDescription += " " +(isfirstField ? "" : translate.text("and", locale))+ " " +
pObserver[field] + " " + translate.text("was set to", locale) + " \"" + formatedFieldValue + "\"";
translate.text(pObserver[field], locale) + " " + translate.text("was set to", locale) + " \"" + formatedFieldValue + "\"";
if (pFilteredVariables.notificationDescription.length > 980)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment