@trudb/tru-common-lib 0.2.389 → 0.2.393

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.
@@ -4186,10 +4186,11 @@ class TruDetailViewBase {
4186
4186
  newEntity[this.view.parentTableRefName] = this.entity[this.view.parentTableRefName];
4187
4187
  if (!dataNotification) {
4188
4188
  this.entities.unshift(newEntity);
4189
- this.setNavigationIndex(0);
4189
+ this.navigateTo(0);
4190
4190
  }
4191
4191
  else {
4192
4192
  this.entities.push(newEntity);
4193
+ this.setEntityDisplayValues(this.tableName);
4193
4194
  }
4194
4195
  };
4195
4196
  onCloneEntity = () => {