Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/09 13:49:29 (15 years ago)
Author:
svonolfe
Message:

Implemented the security DAL (#597)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Security.Core/3.2/PermissionManager.cs

    r1624 r1720  
    7373         
    7474          if ((permission != null) && (permOwner != null))
    75             return (permissionAdapter.getPermission(permOwner, permission,entityId) != null);
     75            return (permissionAdapter.getPermission(permOwner.Id, permission.Id, entityId) != null);
    7676          else return false;
    7777        }
Note: See TracChangeset for help on using the changeset viewer.