Skip to content

Commit

Permalink
Merge pull request #880 from gisaia/feature/fixRefreshProdcut
Browse files Browse the repository at this point in the history
Fix: refresh product
  • Loading branch information
mbarbet authored Sep 16, 2024
2 parents 1361e60 + 5a6c197 commit 720a4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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...",
Expand Down

0 comments on commit 720a4e2

Please sign in to comment.