IDEMPIERE-5543: Add service type name when role doesn't have access to (#1635)
https://idempiere.atlassian.net/browse/IDEMPIERE-5543
This commit is contained in:
parent
5b464e18fc
commit
a28b084ee1
|
@ -266,7 +266,7 @@ public class AbstractService {
|
||||||
}
|
}
|
||||||
if (!bAccess.booleanValue())
|
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 + "'";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue