@xuda.io/runtime-bundle 1.0.372 → 1.0.373

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.
@@ -34912,6 +34912,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
34912
34912
 
34913
34913
  const ret = await func.datasource.get_value(SESSION_ID, val.fieldId, dsSessionP, rowIdP); // find field in dataSources
34914
34914
  console.log(valP, val.fieldId, ret);
34915
+ debugger;
34915
34916
  await replace_value_in_string(ret.ret, ret.fieldIdP);
34916
34917
  }
34917
34918
  }