@alfresco/aca-shared 8.0.0-28153370312 → 8.0.0-28156991693
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.
|
@@ -2822,6 +2822,12 @@ class PageComponent {
|
|
|
2822
2822
|
this.store.dispatch(new SetSelectedNodesAction([selectedNode]));
|
|
2823
2823
|
}
|
|
2824
2824
|
}
|
|
2825
|
+
reloadWithoutResettingSelection() {
|
|
2826
|
+
if (this.isOutletPreviewUrl()) {
|
|
2827
|
+
return;
|
|
2828
|
+
}
|
|
2829
|
+
this.documentListService.reloadSilently();
|
|
2830
|
+
}
|
|
2825
2831
|
trackByActionId(_, action) {
|
|
2826
2832
|
return action.id;
|
|
2827
2833
|
}
|