@xuda.io/runtime-bundle 1.0.971 → 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.
|
@@ -27675,6 +27675,7 @@ func.UI.worker.add_to_queue = async function (SESSION_ID, source, functionP, par
|
|
|
27675
27675
|
return;
|
|
27676
27676
|
}
|
|
27677
27677
|
}
|
|
27678
|
+
calling_job = false;
|
|
27678
27679
|
if (calling_job) {
|
|
27679
27680
|
var job_index = func.UI.worker.find_job_index(SESSION_ID, calling_job);
|
|
27680
27681
|
|
|
@@ -31306,11 +31307,11 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31306
31307
|
performed_render = true;
|
|
31307
31308
|
|
|
31308
31309
|
// mark children items ignore list
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
|
|
31312
|
-
|
|
31313
|
-
|
|
31310
|
+
$.each(elem_val.$elm.find('*'), function (key, val) {
|
|
31311
|
+
if ($(val).data().xuData) {
|
|
31312
|
+
$(val).data().xuData.pending_to_delete = true;
|
|
31313
|
+
}
|
|
31314
|
+
});
|
|
31314
31315
|
|
|
31315
31316
|
if (glb.DEBUG_MODE) {
|
|
31316
31317
|
console.info('execute_xu_render_attributes', obj);
|