Skip to content

Commit

Permalink
Rebuild navigation path in constructor of ResourcesComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Oct 7, 2019
1 parent fc52434 commit 8233cf0
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 34 deletions.
2 changes: 2 additions & 0 deletions app/components/resources/resources.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ export class ResourcesComponent implements AfterViewChecked, OnDestroy {
this.viewFacade.navigationPathNotifications().subscribe((_: any) => {
this.isEditingGeometry = false;
});

this.viewFacade.rebuildNavigationPath();
}


Expand Down
Loading

0 comments on commit 8233cf0

Please sign in to comment.