IDEMPIERE-4244 Web Services Query : using User Org Access doesn't retrieve records
This commit is contained in:
parent
d059ae50b0
commit
ac5a3e7024
|
|
@ -1397,7 +1397,7 @@ public class ModelADServiceImpl extends AbstractService implements ModelADServic
|
||||||
new QName("queryData"));
|
new QName("queryData"));
|
||||||
|
|
||||||
int roleid = reqlogin.getRoleID();
|
int roleid = reqlogin.getRoleID();
|
||||||
MRole role = new MRole(ctx, roleid, null);
|
MRole role = MRole.get(ctx, roleid);
|
||||||
|
|
||||||
// start a trx
|
// start a trx
|
||||||
String trxName = localTrxName;
|
String trxName = localTrxName;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue