1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-03 17:52:53 +00:00

Fix typo in method name

This commit is contained in:
2023-09-25 13:53:09 +02:00
parent 8c35642283
commit 4949bfcc64
7 changed files with 10 additions and 10 deletions

View File

@ -252,7 +252,7 @@ public class DNPMHelper extends BackendService {
}
if (personPoolBasedPermissionEvaluator.hasPermission(SecurityContextHolder.getContext().getAuthentication(), patient, PermissionType.READ)) {
return systemtherapieService.ecogSatus(patient);
return systemtherapieService.ecogStatus(patient);
}
throw new IllegalSecuredObjectAccessException("Kein Zugriff auf diesen Patienten");