Skip to content

Commit

Permalink
[26750] add target default to TaskModelService entity manger reference
Browse files Browse the repository at this point in the history
  • Loading branch information
huthomas committed Nov 15, 2024
1 parent 9df54e9 commit c75b303
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class TaskModelService extends AbstractModelService implements IModelServ
@Reference(target = "(" + IModelService.SERVICEMODELNAME + "=ch.elexis.core.model)")
private IModelService coreModelService;

@Reference
@Reference(target = "(id=default)")
private IElexisEntityManager entityManager;

@Reference
Expand Down

0 comments on commit c75b303

Please sign in to comment.