@xuda.io/runtime-bundle 1.0.484 → 1.0.485
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-slim.js
CHANGED
|
@@ -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,
|
|
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;
|
|
@@ -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,
|
|
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;
|