floCloudAPI v2.1.0a (bugFix)
Fixed bug: UpdateObjectData not working correctly
This commit is contained in:
parent
57ef8d14df
commit
6caa0658f6
@ -8051,7 +8051,7 @@ Bitcoin.Util = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script id="floCloudAPI" version="2.1.0">
|
<script id="floCloudAPI" version="2.1.0a">
|
||||||
/* FLO Cloud operations to send/request application data*/
|
/* FLO Cloud operations to send/request application data*/
|
||||||
const floCloudAPI = {
|
const floCloudAPI = {
|
||||||
|
|
||||||
@ -8364,9 +8364,8 @@ Bitcoin.Util = {
|
|||||||
floGlobals.appObjects[dataSet[vc].type] = dataSet[vc].message.reset;
|
floGlobals.appObjects[dataSet[vc].type] = dataSet[vc].message.reset;
|
||||||
break;
|
break;
|
||||||
case "UPDATE":
|
case "UPDATE":
|
||||||
if (dataSet[vc].message.update)
|
if (dataSet[vc].message.diff)
|
||||||
floGlobals.appObjects[dataSet[vc].type] = mergeDiff(floGlobals
|
floGlobals.appObjects[dataSet[vc].type] = mergeDiff(floGlobals.appObjects[dataSet[vc].type], dataSet[vc].message.diff)
|
||||||
.appObjects[dataSet[vc].type], message.diff)
|
|
||||||
}
|
}
|
||||||
floGlobals.lastVC[dataSet[vc].type] = vc;
|
floGlobals.lastVC[dataSet[vc].type] = vc;
|
||||||
updatedObjects.add(dataSet[vc].type)
|
updatedObjects.add(dataSet[vc].type)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user