BF [ 1982398 ] Editable records from other AD_Client

This commit is contained in:
teo_sarca 2008-06-02 17:15:51 +00:00
parent 59f38b1dfd
commit 7a34172016
1 changed files with 5 additions and 0 deletions

View File

@ -2055,6 +2055,11 @@ public final class MRole extends X_AD_Role
whatMissing += "O";
}
// Client Access: Verify if the role has access to the given client - teo_sarca, BF [ 1982398 ]
if (retValue) {
retValue = isClientAccess(AD_Client_ID, true); // r/w access
}
// 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