@xuda.io/runtime-bundle 1.0.1307 → 1.0.1308
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/js/xuda-runtime-bundle.js +5 -3
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-mini-bundle.js +5 -3
- package/js/xuda-runtime-mini-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +5 -3
- package/js/xuda-runtime-slim.min.es.js +5 -3
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +5 -3
- package/js/xuda-worker-bundle.js +5 -3
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -25109,9 +25109,11 @@ 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
|
-
|
|
25113
|
-
|
|
25114
|
-
|
|
25112
|
+
delete obj.old_dataSource;
|
|
25113
|
+
|
|
25114
|
+
// if (obj.data_system) {
|
|
25115
|
+
// delete obj.data_system.SYS_GLOBAL_OBJ_REFS;
|
|
25116
|
+
// }
|
|
25115
25117
|
try {
|
|
25116
25118
|
clean_object_functions(obj);
|
|
25117
25119
|
|