IDEMPIERE-716 #resolve can't use new role when "User Level" of the role is "system"
This commit is contained in:
parent
7a5fd10add
commit
ed47ed7118
|
@ -842,9 +842,6 @@ public class Login
|
|||
String retValue = "";
|
||||
int AD_Client_ID = Env.getContextAsInt(m_ctx, "#AD_Client_ID");
|
||||
int AD_Org_ID = org.getKey();
|
||||
@SuppressWarnings("unused")
|
||||
int AD_User_ID = Env.getContextAsInt(m_ctx, "#AD_User_ID");
|
||||
int AD_Role_ID = Env.getContextAsInt(m_ctx, "#AD_Role_ID");
|
||||
|
||||
// Other Settings
|
||||
Env.setContext(m_ctx, "#YYYY", "Y");
|
||||
|
|
Loading…
Reference in New Issue