@xuda.io/runtime-bundle 1.0.682 → 1.0.684
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
|
@@ -11844,7 +11844,9 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
11844
11844
|
const _ds = _session.DS_GLB[fields_changed_datasource];
|
|
11845
11845
|
const prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, _ds.prog_id);
|
|
11846
11846
|
// const progDataSource_str = JSON.stringify(prog_doc.progDataSource);
|
|
11847
|
-
|
|
11847
|
+
validate_change(prog_doc);
|
|
11848
|
+
if (found) {
|
|
11849
|
+
debugger;
|
|
11848
11850
|
}
|
|
11849
11851
|
}
|
|
11850
11852
|
|
|
@@ -9566,7 +9566,9 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
9566
9566
|
const _ds = _session.DS_GLB[fields_changed_datasource];
|
|
9567
9567
|
const prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, _ds.prog_id);
|
|
9568
9568
|
// const progDataSource_str = JSON.stringify(prog_doc.progDataSource);
|
|
9569
|
-
|
|
9569
|
+
validate_change(prog_doc);
|
|
9570
|
+
if (found) {
|
|
9571
|
+
debugger;
|
|
9570
9572
|
}
|
|
9571
9573
|
}
|
|
9572
9574
|
|