Skip to content

Commit

Permalink
Merge branch 'develop' into shanoir-issue#2112
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrehenri-dauvergne authored Oct 22, 2024
2 parents 06744f8 + d152682 commit 7a677d9
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 7a677d9

Please sign in to comment.