@trudb/tru-common-lib 0.2.388 → 0.2.392
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,7 +4186,7 @@ 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.
|
|
4189
|
+
this.navigateTo(0);
|
|
4190
4190
|
}
|
|
4191
4191
|
else {
|
|
4192
4192
|
this.entities.push(newEntity);
|