@xuda.io/runtime-bundle 1.0.682 → 1.0.683
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.
|
@@ -31525,8 +31525,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31525
31525
|
const _ds = _session.DS_GLB[fields_changed_datasource];
|
|
31526
31526
|
const prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, _ds.prog_id);
|
|
31527
31527
|
// const progDataSource_str = JSON.stringify(prog_doc.progDataSource);
|
|
31528
|
-
|
|
31529
|
-
}
|
|
31528
|
+
validate_change(prog_doc);
|
|
31530
31529
|
}
|
|
31531
31530
|
|
|
31532
31531
|
const panels_obj = await func.UI.utils.get_panels_wrapper_from_dom(SESSION_ID, $(SESSION_OBJ[SESSION_ID].root_element), false);
|