@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.
@@ -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
 
@@ -31155,7 +31156,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31155
31156
  const elm_data = $(this).data();
31156
31157
  if (!elm_data.xuData) return true;
31157
31158
 
31158
- // if (typeof dsSession_changed !== 'undefined' && elm_data.xuData.paramsP && elm_data.xuData.paramsP.dsSessionP < dsSession_changed) return true;
31159
+ if (typeof dsSession_changed !== 'undefined' && elm_data.xuData.paramsP && elm_data.xuData.paramsP.dsSessionP < dsSession_changed) return true;
31159
31160
 
31160
31161
  let attr = [];
31161
31162