@xuda.io/xuda-worker-bundle-min 1.3.876 → 1.3.878
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.
- package/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -3239,7 +3239,7 @@ func.datasource.run_rows_form = async function (
|
|
|
3239
3239
|
const init_count = await func.datasource.get_field_init_count(
|
|
3240
3240
|
SESSION_ID,
|
|
3241
3241
|
dataSourceSession,
|
|
3242
|
-
|
|
3242
|
+
_ROWID,
|
|
3243
3243
|
false,
|
|
3244
3244
|
_ds.oninit_triggers_to_run
|
|
3245
3245
|
);
|
|
@@ -8399,7 +8399,7 @@ func.events.execute = async function (
|
|
|
8399
8399
|
if (val.prop === "out") {
|
|
8400
8400
|
try {
|
|
8401
8401
|
const row_idx = func.common.find_ROWID_idx(
|
|
8402
|
-
|
|
8402
|
+
_ds_new,
|
|
8403
8403
|
_ds_new.currentRecordId
|
|
8404
8404
|
);
|
|
8405
8405
|
data[val.details] =
|