From 5a6c197bf969679fa332af0752a0780bfa646b3b Mon Sep 17 00:00:00 2001 From: MatthieuBarbet Date: Mon, 16 Sep 2024 11:34:54 +0200 Subject: [PATCH] Fix: refresh product --- src/app/components/arlas-wui-root/arlas-wui-root.component.ts | 1 + src/assets/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/components/arlas-wui-root/arlas-wui-root.component.ts b/src/app/components/arlas-wui-root/arlas-wui-root.component.ts index 8e24eea4..0cdb809d 100644 --- a/src/app/components/arlas-wui-root/arlas-wui-root.component.ts +++ b/src/app/components/arlas-wui-root/arlas-wui-root.component.ts @@ -1126,6 +1126,7 @@ export class ArlasWuiRootComponent implements OnInit, AfterViewInit, OnDestroy { // No tabs case if (this.resultlistContributors.length === 1) { this.waitFor(this.resultListComponent, () => this.openDetail(id)); + this.disableRecalculateExtend = false; } else { this.waitFor(this.resultListComponent, () => { // retrieve list diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 766f89a7..cc16748f 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -14,7 +14,7 @@ "Close analytics board": "Close analytics board", "Welcome to ARLAS-Exploration": "Welcome to ARLAS-Exploration.", "ARLAS-wui logo": "ARLAS-wui logo", - "go to arlas hub": "go to arlas hub", + "go to arlas hub": "Go to ARLAS Hub", "Choose a dashboard to load": "Choose a dashboard to load", "Manage dashboards": "Manage dashboards", "Loading dashboards...": "Loading dashboards...",