@xuda.io/runtime-bundle 1.0.1071 → 1.0.1072
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.
|
@@ -32356,7 +32356,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32356
32356
|
if (new_$div) {
|
|
32357
32357
|
// validate if $div contains fields from parent ds
|
|
32358
32358
|
const parent_fields = get_parent_ds_fields(SESSION_ID, paramsP.dsSessionP);
|
|
32359
|
-
const div_str = JSON.stringify(new_$div.
|
|
32359
|
+
const div_str = JSON.stringify(new_$div.html());
|
|
32360
32360
|
|
|
32361
32361
|
for (const [key, val] of Object.entries(parent_fields)) {
|
|
32362
32362
|
if (div_str.includes('@' + key)) {
|