Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm
basic
Commits
51c8005b
Commit
51c8005b
authored
3 years ago
by
Benjamin Ulrich
Committed by
Sebastian Pongratz
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[Projekt: xRM-Sales][TicketNr.: 2003060][Tippfehler in Benachrichtigung aus...
parent
3df4189d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
entity/PlanningChangeStatusAndResponsible_entity/recordcontainers/jdito/onInsert.js
+5
-3
5 additions, 3 deletions
...sAndResponsible_entity/recordcontainers/jdito/onInsert.js
language/_____LANGUAGE_de/_____LANGUAGE_de.aod
+4
-0
4 additions, 0 deletions
language/_____LANGUAGE_de/_____LANGUAGE_de.aod
with
9 additions
and
3 deletions
entity/PlanningChangeStatusAndResponsible_entity/recordcontainers/jdito/onInsert.js
+
5
−
3
View file @
51c8005b
...
@@ -53,12 +53,14 @@ if(planningIds.length > 0)
...
@@ -53,12 +53,14 @@ if(planningIds.length > 0)
}
}
var
notUpdatedRecordsLength
=
(
planningObj
.
length
-
planningIds
.
length
);
var
notUpdatedRecordsLength
=
(
planningObj
.
length
-
planningIds
.
length
);
var
descriptionText
=
"
%0 out of %1 records were changed to
\"
%2
\"
.
\n
%3 record/s could not be updated.
"
;
var
captionStatus
=
translate
.
withArguments
(
"
%0 status was/were changed
"
,
[
planningIds
.
length
]);
var
captionStatus
=
translate
.
withArguments
(
"
%0 status was/were changed
"
,
[
planningIds
.
length
]);
var
captionResponsible
=
translate
.
withArguments
(
"
%0 responsilbe/s was/were changed
"
,
[
planningIds
.
length
]);
var
captionResponsible
=
translate
.
withArguments
(
"
%0 responsilbe/s was/were changed
"
,
[
planningIds
.
length
]);
var
descriptionStatus
=
translate
.
withArguments
(
descriptionText
,
[
planningIds
.
length
,
planningObj
.
length
,
KeywordUtils
.
getViewValue
(
$KeywordRegistry
.
forecastStatus
(),
status
),
notUpdatedRecordsLength
]);
//Don't assign the descriptionText to a variable, even though it's the exact samee one twice: otherwhise the key might get removed from the translation table, since the reference can not be found
var
descriptionResponsible
=
translate
.
withArguments
(
descriptionText
,
[
planningIds
.
length
,
planningObj
.
length
,
ContactUtils
.
getFullTitleByContactId
(
responsible
),
notUpdatedRecordsLength
]);
var
descriptionStatus
=
translate
.
withArguments
(
"
%0 out of %1 records were changed to
\"
%2
\"
.
\n
%3 record/s could not be updated.
"
,
[
planningIds
.
length
,
planningObj
.
length
,
KeywordUtils
.
getViewValue
(
$KeywordRegistry
.
forecastStatus
(),
status
),
notUpdatedRecordsLength
]);
var
descriptionResponsible
=
translate
.
withArguments
(
"
%0 out of %1 records were changed to
\"
%2
\"
.
\n
%3 record/s could not be updated.
"
,
[
planningIds
.
length
,
planningObj
.
length
,
ContactUtils
.
getFullTitleByContactId
(
responsible
),
notUpdatedRecordsLength
]);
var
notificationConfig
=
notification
.
createConfig
()
var
notificationConfig
=
notification
.
createConfig
()
.
addUserWithId
(
EmployeeUtils
.
getCurrentUserId
())
.
addUserWithId
(
EmployeeUtils
.
getCurrentUserId
())
...
...
This diff is collapsed.
Click to expand it.
language/_____LANGUAGE_de/_____LANGUAGE_de.aod
+
4
−
0
View file @
51c8005b
...
@@ -921,6 +921,10 @@
...
@@ -921,6 +921,10 @@
<key>
Attribute groups can't be selected
</key>
<key>
Attribute groups can't be selected
</key>
<value>
Eigenschaftsgruppen können nicht verwendet werden
</value>
<value>
Eigenschaftsgruppen können nicht verwendet werden
</value>
</entry>
</entry>
<entry>
<key>
%0 out of %1 records were changed to \"%2\".\n %3 record/s could not be updated.
</key>
<value>
%0 von %1 Datensätze wurden auf \"%2\" geändert.\n %3 Datensätze konnten nicht aktualisiert werden.
</value>
</entry>
<entry>
<entry>
<key>
My Contacts
</key>
<key>
My Contacts
</key>
<value>
Meine Kontakte
</value>
<value>
Meine Kontakte
</value>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment