@xuda.io/xuda-worker-bundle 1.3.2440 → 1.3.2442
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +3 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4354,7 +4354,9 @@ func.utils.clean_returned_datasource = function (SESSION_ID, DS) {
|
|
|
4354
4354
|
var obj = _.clone(_session.DS_GLB[DS]);
|
|
4355
4355
|
|
|
4356
4356
|
delete obj.screen_params;
|
|
4357
|
-
|
|
4357
|
+
if (obj.data_system) {
|
|
4358
|
+
delete obj.data_system.SYS_GLOBAL_OBJ_REFS;
|
|
4359
|
+
}
|
|
4358
4360
|
try {
|
|
4359
4361
|
clean_object_functions(obj);
|
|
4360
4362
|
|