Skip to content

Commit

Permalink
Merge pull request #2452 from julien-louis/treeservice-undefined
Browse files Browse the repository at this point in the history
missing service initialisation
  • Loading branch information
julien-louis authored Oct 22, 2024
2 parents b4c9d54 + e06f564 commit d152682
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export abstract class EntityListComponent<T extends Entity> implements OnDestroy
this.breadcrumbsService = ServiceLocator.injector.get(BreadcrumbsService);
this.keycloakService = ServiceLocator.injector.get(KeycloakService);
this.windowService = ServiceLocator.injector.get(WindowService);
this.treeService = ServiceLocator.injector.get(TreeService);

this.computeOptions();
this.columnDefs = this.getColumnDefs();
Expand Down

0 comments on commit d152682

Please sign in to comment.