@trudb/tru-common-lib 0.2.517 → 0.2.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.
|
@@ -4973,7 +4973,7 @@ class TruDetailViewBase {
|
|
|
4973
4973
|
title += 'New Record';
|
|
4974
4974
|
}
|
|
4975
4975
|
else {
|
|
4976
|
-
title += this.entity.HID;
|
|
4976
|
+
title += this.parentEntity ? this.parentEntity.HID : this.entity.HID;
|
|
4977
4977
|
}
|
|
4978
4978
|
recordIndex = (this.navigationIndex + 1).toString();
|
|
4979
4979
|
}
|