@xuda.io/runtime-bundle 1.0.1306 → 1.0.1307

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.
@@ -25109,7 +25109,9 @@ func.utils.clean_returned_datasource = function (SESSION_ID, DS) {
25109
25109
  var obj = _.clone(_session.DS_GLB[DS]);
25110
25110
 
25111
25111
  delete obj.screen_params;
25112
-
25112
+ if (obj.data_system) {
25113
+ delete obj.data_system.SYS_GLOBAL_OBJ_REFS;
25114
+ }
25113
25115
  try {
25114
25116
  clean_object_functions(obj);
25115
25117