@xuda.io/runtime-bundle 1.0.1269 → 1.0.1270

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.
@@ -27863,7 +27863,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
27863
27863
  await func.datasource.update(SESSION_ID, datasource_changes);
27864
27864
  }
27865
27865
  }
27866
- return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
27866
+ if (!currentRecordId) return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
27867
27867
  },
27868
27868
  execute_xu_render_attributes: async function () {
27869
27869
  const _data = queue_obj.paramsP.elem_val.$elm.data();