@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.
|
@@ -31482,7 +31482,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31482
31482
|
const elem_val = { attributes: [attr], $elm: node_data.$div, data: node_data.data };
|
|
31483
31483
|
if (!elem_val.data?.xuData) continue;
|
|
31484
31484
|
elem_val.data.xuData.parent_element_ui_id = $(val).attr('xu-ui-id');
|
|
31485
|
-
var res = await func.expression.get(SESSION_ID, elem_val.data.xuAttributes['xu-exp:xu-render'], elem_val
|
|
31485
|
+
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);
|
|
31486
31486
|
|
|
31487
31487
|
var attr_value = await func.common.get_cast_val(SESSION_ID, 'refresh xu-attributes', 'xu-render', 'bool', res.result);
|
|
31488
31488
|
try {
|