@trudb/tru-common-lib 0.2.88 → 0.2.89
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.
|
@@ -3997,6 +3997,7 @@ class TruDetailViewBase {
|
|
|
3997
3997
|
this.entities.splice(index, 1);
|
|
3998
3998
|
if (!this.entities.length) {
|
|
3999
3999
|
this.view.window.goToPreviousView();
|
|
4000
|
+
this.view.window.removeForwardViews();
|
|
4000
4001
|
}
|
|
4001
4002
|
}
|
|
4002
4003
|
return true;
|
|
@@ -7907,6 +7908,7 @@ class WindowConfig {
|
|
|
7907
7908
|
contextFilters = [];
|
|
7908
7909
|
parentDataContext = null;
|
|
7909
7910
|
parentView = null;
|
|
7911
|
+
removeForwardViews = () => { };
|
|
7910
7912
|
goToPreviousView = () => { };
|
|
7911
7913
|
closed = () => { };
|
|
7912
7914
|
destroy = () => {
|