patch [ 1628050 ] Security: org security improvements
This commit is contained in:
parent
2c92c25022
commit
f1798ab2ce
|
|
@ -1909,6 +1909,12 @@ public final class MRole extends X_AD_Role
|
|||
whatMissing += "O";
|
||||
}
|
||||
|
||||
// Org Access: Verify if the role has access to the given organization - teo_sarca, patch [ 1628050 ]
|
||||
if (retValue) {
|
||||
retValue = isOrgAccess(AD_Org_ID, true); // r/w access
|
||||
whatMissing="W";
|
||||
}
|
||||
|
||||
// Data Access
|
||||
if (retValue)
|
||||
retValue = isTableAccess(AD_Table_ID, false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue