@xuda.io/runtime-bundle 1.0.484 → 1.0.486

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.
@@ -3215,7 +3215,7 @@ glb.solid_attributes = ['disabled'];
3215
3215
  func.datasource.create = async function (
3216
3216
  SESSION_ID,
3217
3217
  prog_id,
3218
- dataSourceNoP, // if exist then refresh
3218
+ dataSourceNoP = null, // if exist then refresh
3219
3219
  parentDataSourceNoP,
3220
3220
  containerIdP,
3221
3221
  rowIdP,
@@ -11400,7 +11400,7 @@ func.UI.screen.init = async function (SESSION_ID, prog_id, sourceScreenP, callin
11400
11400
  // console.log("***");
11401
11401
  func.UI.utils.indicator.screen.busy();
11402
11402
 
11403
- const ret = await func.datasource.create(SESSION_ID, prog_id, null, params.parentDataSourceNoP, $rootFrame.attr('id'), rowIdP, jobNoP, null, null, null, null, null, null, null, parameters_obj_inP);
11403
+ const ret = await func.datasource.create(SESSION_ID, prog_id, params?.callingDataSource_objP?.dsSession, params.parentDataSourceNoP, $rootFrame.attr('id'), rowIdP, jobNoP, null, null, null, null, null, null, null, parameters_obj_inP);
11404
11404
 
11405
11405
  var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[ret.dsSessionP];
11406
11406
  _ds.screen_params = params;
@@ -3216,7 +3216,7 @@ glb.solid_attributes = ['disabled'];
3216
3216
  func.datasource.create = async function (
3217
3217
  SESSION_ID,
3218
3218
  prog_id,
3219
- dataSourceNoP, // if exist then refresh
3219
+ dataSourceNoP = null, // if exist then refresh
3220
3220
  parentDataSourceNoP,
3221
3221
  containerIdP,
3222
3222
  rowIdP,
@@ -9360,7 +9360,7 @@ func.UI.screen.init = async function (SESSION_ID, prog_id, sourceScreenP, callin
9360
9360
  // console.log("***");
9361
9361
  func.UI.utils.indicator.screen.busy();
9362
9362
 
9363
- const ret = await func.datasource.create(SESSION_ID, prog_id, null, params.parentDataSourceNoP, $rootFrame.attr('id'), rowIdP, jobNoP, null, null, null, null, null, null, null, parameters_obj_inP);
9363
+ const ret = await func.datasource.create(SESSION_ID, prog_id, params?.callingDataSource_objP?.dsSession, params.parentDataSourceNoP, $rootFrame.attr('id'), rowIdP, jobNoP, null, null, null, null, null, null, null, parameters_obj_inP);
9364
9364
 
9365
9365
  var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[ret.dsSessionP];
9366
9366
  _ds.screen_params = params;