@trudb/tru-common-lib 0.2.508 → 0.2.511

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.
@@ -4848,10 +4848,10 @@ class TruDetailViewBase {
4848
4848
  if (!dataNotification) {
4849
4849
  this.entities.unshift(newEntity);
4850
4850
  this.navigateTo(0);
4851
+ this.setEntityDisplayValues(this.tableName);
4851
4852
  }
4852
4853
  else {
4853
4854
  this.entities.push(newEntity);
4854
- this.setEntityDisplayValues(this.tableName);
4855
4855
  }
4856
4856
  };
4857
4857
  onCloneEntity = () => {