@xuda.io/runtime-bundle 1.0.971 → 1.0.972
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.
|
@@ -31155,7 +31155,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31155
31155
|
const elm_data = $(this).data();
|
|
31156
31156
|
if (!elm_data.xuData) return true;
|
|
31157
31157
|
|
|
31158
|
-
if (typeof dsSession_changed !== 'undefined' && elm_data.xuData.paramsP && elm_data.xuData.paramsP.dsSessionP < dsSession_changed) return true;
|
|
31158
|
+
// if (typeof dsSession_changed !== 'undefined' && elm_data.xuData.paramsP && elm_data.xuData.paramsP.dsSessionP < dsSession_changed) return true;
|
|
31159
31159
|
|
|
31160
31160
|
let attr = [];
|
|
31161
31161
|
|
|
@@ -31306,11 +31306,11 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31306
31306
|
performed_render = true;
|
|
31307
31307
|
|
|
31308
31308
|
// mark children items ignore list
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
|
|
31312
|
-
|
|
31313
|
-
|
|
31309
|
+
$.each(elem_val.$elm.find('*'), function (key, val) {
|
|
31310
|
+
if ($(val).data().xuData) {
|
|
31311
|
+
$(val).data().xuData.pending_to_delete = true;
|
|
31312
|
+
}
|
|
31313
|
+
});
|
|
31314
31314
|
|
|
31315
31315
|
if (glb.DEBUG_MODE) {
|
|
31316
31316
|
console.info('execute_xu_render_attributes', obj);
|