@xuda.io/runtime-bundle 1.0.738 → 1.0.739
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.
|
@@ -32767,7 +32767,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32767
32767
|
for await (let [prop_name, prop_val] of Object.entries(properties)) {
|
|
32768
32768
|
prop_val.value = value?.attributes?.[prop_name];
|
|
32769
32769
|
if (value?.attributes?.[`xu-exp:${prop_name}`]) {
|
|
32770
|
-
const res = await func.expression.get(SESSION_ID, `xu-exp:${prop_name}
|
|
32770
|
+
const res = await func.expression.get(SESSION_ID, value?.attributes?.[`xu-exp:${prop_name}`], paramsP.dsSessionP, 'UI Attr EXP');
|
|
32771
32771
|
prop_val.value = res.result;
|
|
32772
32772
|
}
|
|
32773
32773
|
}
|