@xuda.io/runtime-bundle 1.0.715 → 1.0.717

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.
@@ -2236,8 +2236,8 @@ func.datasource.execute = async function (SESSION_ID, dataSourceSession, IS_DATA
2236
2236
  }
2237
2237
 
2238
2238
  // initiated with Update but no rows found
2239
- // if (tree_obj.crudMode === 'U' && tree_obj.allowCreate && !_ds?.data_feed?.rows?.length) {
2240
- if (tree_obj.crudMode === 'U' && tree_obj.allowCreate && !_raw_data_rows?.length) {
2239
+ if (tree_obj.crudMode === 'U' && tree_obj.allowCreate && !_ds?.data_feed?.rows?.length) {
2240
+ // if (tree_obj.crudMode === 'U' && tree_obj.allowCreate && !_raw_data_rows?.length) {
2241
2241
  _ds.set_mode = 'C';
2242
2242
  // _raw_data_rows[glb.newRecord] = [{ _ROWID: "newRecord" }];
2243
2243
 
@@ -2236,8 +2236,8 @@ func.datasource.execute = async function (SESSION_ID, dataSourceSession, IS_DATA
2236
2236
  }
2237
2237
 
2238
2238
  // initiated with Update but no rows found
2239
- // if (tree_obj.crudMode === 'U' && tree_obj.allowCreate && !_ds?.data_feed?.rows?.length) {
2240
- if (tree_obj.crudMode === 'U' && tree_obj.allowCreate && !_raw_data_rows?.length) {
2239
+ if (tree_obj.crudMode === 'U' && tree_obj.allowCreate && !_ds?.data_feed?.rows?.length) {
2240
+ // if (tree_obj.crudMode === 'U' && tree_obj.allowCreate && !_raw_data_rows?.length) {
2241
2241
  _ds.set_mode = 'C';
2242
2242
  // _raw_data_rows[glb.newRecord] = [{ _ROWID: "newRecord" }];
2243
2243