@xuda.io/runtime-bundle 1.0.729 → 1.0.730

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.
@@ -29964,7 +29964,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
29964
29964
  try {
29965
29965
  const row_idx = func.common.find_ROWID_idx(_ds, record_id);
29966
29966
  // if (_ds.data_feed.rows[row_idx][field_id] !== value) {
29967
- if (true || !_.isEqual(_ds.data_feed.rows[row_idx][field_id], value)) {
29967
+ if (!_.isEqual(_ds.data_feed.rows[row_idx][field_id], value)) {
29968
29968
  _ds.data_feed.rows[row_idx][field_id] = value;
29969
29969
  await set_fieldComputed_dependencies(dataSource, field_id, null);
29970
29970