@xuda.io/runtime-bundle 1.0.705 → 1.0.707
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-mini-bundle.js +1 -1
- package/js/xuda-runtime-mini-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
|
@@ -25409,7 +25409,7 @@ func.utils.ws_worker.functions = {
|
|
|
25409
25409
|
args.rowIdP,
|
|
25410
25410
|
args.jobNoP,
|
|
25411
25411
|
args.calling_trigger_prop,
|
|
25412
|
-
|
|
25412
|
+
args.parameters_raw_obj,
|
|
25413
25413
|
null,
|
|
25414
25414
|
args.callingSourceP,
|
|
25415
25415
|
args.calling_jobP,
|
|
@@ -31857,7 +31857,7 @@ const get_params_obj_new = async function (SESSION_ID, prog_id, nodeP, dsSession
|
|
|
31857
31857
|
// in parameter
|
|
31858
31858
|
let ret = await func.expression.get(SESSION_ID, nodeP.attributes[`xu-exp:${val.data.parameter}`], dsSession, 'parameters');
|
|
31859
31859
|
params_res[val.data.parameter] = ret.result;
|
|
31860
|
-
params_raw[val.data.parameter] =
|
|
31860
|
+
params_raw[val.data.parameter] = val.data.parameter;
|
|
31861
31861
|
}
|
|
31862
31862
|
}
|
|
31863
31863
|
continue;
|