@xuda.io/xuda-worker-bundle-min 1.3.1703 → 1.3.1705

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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2234,7 +2234,8 @@ func.datasource.execute = async function (SESSION_ID, dataSourceSession, IS_DATA
2234
2234
  }
2235
2235
 
2236
2236
  // initiated with Update but no rows found
2237
- if (tree_obj.crudMode === 'U' && tree_obj.allowCreate && !_ds?.data_feed?.rows?.length) {
2237
+ // if (tree_obj.crudMode === 'U' && tree_obj.allowCreate && !_ds?.data_feed?.rows?.length) {
2238
+ if (tree_obj.crudMode === 'U' && tree_obj.allowCreate && !_raw_data_rows?.length) {
2238
2239
  _ds.set_mode = 'C';
2239
2240
  // _raw_data_rows[glb.newRecord] = [{ _ROWID: "newRecord" }];
2240
2241
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1703",
3
+ "version": "1.3.1705",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {