- Timestamp:
- 06/19/09 13:15:10 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/3.2/Authorization/HivePermissionManager.cs
r2065 r2067 79 79 80 80 private bool CheckPermissionHelper(Guid sessionId, Guid actionId, Guid entityId) { 81 if (entityId == Guid.Empty) return true; 81 82 IList<ClientGroup> groups = clientManager.GetAllGroupsOfResource(entityId).Obj; 82 83 foreach (ClientGroup group in groups)
Note: See TracChangeset
for help on using the changeset viewer.