mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Protects against a JS error while the synchro is running in chunk mode
SVN:trunk[1738]
This commit is contained in:
@@ -288,6 +288,7 @@ class SynchroDataSource extends cmdbAbstractObject
|
||||
function UpdateSynoptics(id)
|
||||
{
|
||||
var aValues = aSynchroLog[id];
|
||||
if (aValues == undefined) return;
|
||||
|
||||
for (var sKey in aValues)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user