@xuda.io/runtime-bundle 1.0.517 → 1.0.518

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.
@@ -5349,6 +5349,8 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
5349
5349
  if (record_id === 'datasource_main') {
5350
5350
  _.set(_ds, field_id, value);
5351
5351
  update_xu_ref();
5352
+ fields_changed.push(field_id);
5353
+ datasource_changed.push(dataSource);
5352
5354
  continue;
5353
5355
  }
5354
5356
 
@@ -5350,6 +5350,8 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
5350
5350
  if (record_id === 'datasource_main') {
5351
5351
  _.set(_ds, field_id, value);
5352
5352
  update_xu_ref();
5353
+ fields_changed.push(field_id);
5354
+ datasource_changed.push(dataSource);
5353
5355
  continue;
5354
5356
  }
5355
5357