@xuda.io/runtime-bundle 1.0.1117 → 1.0.1118
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
|
@@ -11798,7 +11798,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11798
11798
|
const elem_val = { attributes: [attr], $elm: node_data.$div, data: node_data.data };
|
|
11799
11799
|
if (!elem_val.data?.xuData) continue;
|
|
11800
11800
|
elem_val.data.xuData.parent_element_ui_id = $(val).attr('xu-ui-id');
|
|
11801
|
-
var res = await func.expression.get(SESSION_ID, elem_val.data.xuAttributes['xu-exp:xu-render'], elem_val
|
|
11801
|
+
var res = await func.expression.get(SESSION_ID, elem_val.data.xuAttributes['xu-exp:xu-render'], elem_val.data.xuData.paramsP.dsSessionP, 'UI Property EXP', elem_val.data.xuData.recordid);
|
|
11802
11802
|
|
|
11803
11803
|
var attr_value = await func.common.get_cast_val(SESSION_ID, 'refresh xu-attributes', 'xu-render', 'bool', res.result);
|
|
11804
11804
|
try {
|
|
@@ -9523,7 +9523,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9523
9523
|
const elem_val = { attributes: [attr], $elm: node_data.$div, data: node_data.data };
|
|
9524
9524
|
if (!elem_val.data?.xuData) continue;
|
|
9525
9525
|
elem_val.data.xuData.parent_element_ui_id = $(val).attr('xu-ui-id');
|
|
9526
|
-
var res = await func.expression.get(SESSION_ID, elem_val.data.xuAttributes['xu-exp:xu-render'], elem_val
|
|
9526
|
+
var res = await func.expression.get(SESSION_ID, elem_val.data.xuAttributes['xu-exp:xu-render'], elem_val.data.xuData.paramsP.dsSessionP, 'UI Property EXP', elem_val.data.xuData.recordid);
|
|
9527
9527
|
|
|
9528
9528
|
var attr_value = await func.common.get_cast_val(SESSION_ID, 'refresh xu-attributes', 'xu-render', 'bool', res.result);
|
|
9529
9529
|
try {
|