IDEMPIERE-5543: Add service type name when role doesn't have access to ()

https://idempiere.atlassian.net/browse/IDEMPIERE-5543
This commit is contained in:
Nicolas Micoud 2023-01-14 12:11:44 +01:00 committed by GitHub
parent 5b464e18fc
commit a28b084ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices

View File

@ -266,7 +266,7 @@ public class AbstractService {
}
if (!bAccess.booleanValue())
{
return "Web Service Error: Login role does not have access to the service type";
return "Web Service Error: Login role does not have access to the service type '" + serviceTypeValue + "'";
}
}