[Fix] Fixed action name in NotificationResource

This commit is contained in:
Robert von Burg 2024-03-05 15:33:02 +01:00
parent de8d35480d
commit d3c261b750
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class NotificationResource {
String realm = certificate.getRealm();
if (StringHelper.isEmpty(realm))
realm = DEFAULT_REALM;
return RestfulStrolchComponent.getInstance().openTx(certificate, realm, getCallerMethod());
return RestfulStrolchComponent.getInstance().openTx(certificate, realm, getCallerMethod(2));
}
private static Certificate validateCertificate(HttpServletRequest request, String privilege) {