@xuda.io/runtime-bundle 1.0.1386 → 1.0.1388

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.
@@ -33138,6 +33138,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
33138
33138
  }
33139
33139
  },
33140
33140
  'xu-exp': async function ($elm, val) {
33141
+ // fix to prevent breaking the code executing func.expression.get-- Jan 7,26
33142
+ if (!SESSION_OBJ[SESSION_ID].DS_GLB[paramsP.dsSessionP]) return {};
33143
+
33141
33144
  let exp = val.value === null ? true : val.value;
33142
33145
 
33143
33146
  let exp_ret = await func.expression.get(SESSION_ID, exp, paramsP.dsSessionP, 'UI Attr EXP', SESSION_OBJ[SESSION_ID].DS_GLB[paramsP.dsSessionP].currentRecordId, null, null, null, null, null, $elm.data().xuData.iterate_info);