@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.
@@ -30454,6 +30454,8 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
30454
30454
  if (record_id === 'datasource_main') {
30455
30455
  _.set(_ds, field_id, value);
30456
30456
  update_xu_ref();
30457
+ fields_changed.push(field_id);
30458
+ datasource_changed.push(dataSource);
30457
30459
  continue;
30458
30460
  }
30459
30461