@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.
- package/js/xuda-runtime-bundle.js +2 -2
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +2 -2
- package/js/xuda-runtime-slim.min.es.js +2 -2
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -28299,7 +28299,7 @@ func.UI.find_field_in_progUi_attributes = function (progUi, field_id, prop, tag_
|
|
|
28299
28299
|
func.datasource.create = async function (
|
|
28300
28300
|
SESSION_ID,
|
|
28301
28301
|
prog_id,
|
|
28302
|
-
dataSourceNoP, // if exist then refresh
|
|
28302
|
+
dataSourceNoP = null, // if exist then refresh
|
|
28303
28303
|
parentDataSourceNoP,
|
|
28304
28304
|
containerIdP,
|
|
28305
28305
|
rowIdP,
|
|
@@ -31319,7 +31319,7 @@ func.UI.screen.init = async function (SESSION_ID, prog_id, sourceScreenP, callin
|
|
|
31319
31319
|
// console.log("***");
|
|
31320
31320
|
func.UI.utils.indicator.screen.busy();
|
|
31321
31321
|
|
|
31322
|
-
const ret = await func.datasource.create(SESSION_ID, prog_id,
|
|
31322
|
+
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);
|
|
31323
31323
|
|
|
31324
31324
|
var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[ret.dsSessionP];
|
|
31325
31325
|
_ds.screen_params = params;
|