@xuda.io/runtime-bundle 1.0.944 → 1.0.945
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.
|
@@ -31041,6 +31041,9 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31041
31041
|
.filter(function () {
|
|
31042
31042
|
// check if the changed field include in the calling in parameters
|
|
31043
31043
|
const elm_data = $(this).data();
|
|
31044
|
+
if (!elm_data.xuData) return true;
|
|
31045
|
+
|
|
31046
|
+
if (typeof dsSession_changed !== 'undefined' && elm_data.xuData.paramsP.dsSessionP < dsSession_changed) return true;
|
|
31044
31047
|
|
|
31045
31048
|
let attr = [];
|
|
31046
31049
|
|