IDEMPIERE-1163 Web service role access control not working.

This commit is contained in:
Carlos Ruiz 2013-07-11 18:34:34 -05:00
parent 193797174b
commit 1f635fcbcb
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ public class AbstractService {
req.setAttribute("MWebServiceType", m_webservicetype);
// Check if role has access on web-service
String hasAccess = DB.getSQLValueString(null, ROLE_ACCESS_SQL,
String hasAccess = DB.getSQLValueStringEx(null, ROLE_ACCESS_SQL,
Env.getAD_Role_ID( m_cs.getCtx()),
m_webservicetype.get_ID());