Skip to content
Snippets Groups Projects
Commit a7c1f92b authored by Florian Maier's avatar Florian Maier
Browse files

[Projekt: xRM-ContactManagement][TicketNr.:...

[Projekt: xRM-ContactManagement][TicketNr.: 2001506][[Synchronisationsdashboard] Zeit Anzeige der Prozesse immer 2 h hinterher]
parent c65c3c7e
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ import("system.db");
var lastRun = newSelect("ASYS_TIMERS_SERVERRUNS.LASTRUN", SqlUtils.getSystemAlias()).from("ASYS_TIMERS_SERVERRUNS")
.where("ASYS_TIMERS_SERVERRUNS.TIMERID", "EwsSyncToExchange_serverProcess.process").cell();
result.string(datetime.toDate(lastRun, translate.text("dd/MM/yyyy HH:mm"), "UTC"));
\ No newline at end of file
result.string(datetime.toDate(lastRun, translate.text("dd/MM/yyyy HH:mm")));
\ No newline at end of file
......@@ -8,4 +8,4 @@ var lastRun = newSelect("ASYS_TIMERS_SERVERRUNS.LASTRUN", SqlUtils.getSystemAlia
.from("ASYS_TIMERS_SERVERRUNS")
.where("ASYS_TIMERS_SERVERRUNS.TIMERID", "EwsSyncContact_serverProcess.process").cell();
result.string(datetime.toDate(lastRun, translate.text("dd/MM/yyyy HH:mm"), "UTC"));
\ No newline at end of file
result.string(datetime.toDate(lastRun, translate.text("dd/MM/yyyy HH:mm")));
\ No newline at end of file
......@@ -57,6 +57,10 @@
<key>Fields of Dependency</key>
<value>Abhängigkeitsfelder</value>
</entry>
<entry>
<key>dd/MM/yyyy HH:mm</key>
<value>dd.MM.yyyy HH:mm</value>
</entry>
<entry>
<key>Do you really want to delete \"%0\"? If tickets still use this inbox, this might cause problems.</key>
<value>Postkorb \"%0\" wirklich löschen? Wenn noch Tickets mit diesem Postkorb existieren, kann das zu Problemen führen.</value>
......
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