@xuda.io/runtime-bundle 1.0.972 → 1.0.973
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
|
@@ -8540,6 +8540,7 @@ func.UI.worker.add_to_queue = async function (SESSION_ID, source, functionP, par
|
|
|
8540
8540
|
return;
|
|
8541
8541
|
}
|
|
8542
8542
|
}
|
|
8543
|
+
calling_job = false;
|
|
8543
8544
|
if (calling_job) {
|
|
8544
8545
|
var job_index = func.UI.worker.find_job_index(SESSION_ID, calling_job);
|
|
8545
8546
|
|
|
@@ -11469,7 +11470,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11469
11470
|
const elm_data = $(this).data();
|
|
11470
11471
|
if (!elm_data.xuData) return true;
|
|
11471
11472
|
|
|
11472
|
-
|
|
11473
|
+
if (typeof dsSession_changed !== 'undefined' && elm_data.xuData.paramsP && elm_data.xuData.paramsP.dsSessionP < dsSession_changed) return true;
|
|
11473
11474
|
|
|
11474
11475
|
let attr = [];
|
|
11475
11476
|
|
|
@@ -8541,6 +8541,7 @@ func.UI.worker.add_to_queue = async function (SESSION_ID, source, functionP, par
|
|
|
8541
8541
|
return;
|
|
8542
8542
|
}
|
|
8543
8543
|
}
|
|
8544
|
+
calling_job = false;
|
|
8544
8545
|
if (calling_job) {
|
|
8545
8546
|
var job_index = func.UI.worker.find_job_index(SESSION_ID, calling_job);
|
|
8546
8547
|
|
|
@@ -9196,7 +9197,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9196
9197
|
const elm_data = $(this).data();
|
|
9197
9198
|
if (!elm_data.xuData) return true;
|
|
9198
9199
|
|
|
9199
|
-
|
|
9200
|
+
if (typeof dsSession_changed !== 'undefined' && elm_data.xuData.paramsP && elm_data.xuData.paramsP.dsSessionP < dsSession_changed) return true;
|
|
9200
9201
|
|
|
9201
9202
|
let attr = [];
|
|
9202
9203
|
|