Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/09 12:19:37 (15 years ago)
Author:
mbecirov
Message:

#586: Bugfix of Permission-Management

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Core/3.2/Authorization/HivePermissionManager.cs

    r2067 r2091  
    5252      //check if user has 'xxx.Project' permission
    5353      if (p != null)
     54        //TODO: Test auf NULL von Project! 
    5455        if (CheckPermission(sessionID, p.Id, jobManager.GetJobById(entityID).Obj.Project.Id)) return;
    5556
     
    6061        if (CheckPermission(sessionID, p.Id, jobManager.GetJobById(entityID).Obj.UserId)) return;
    6162      //throw an exception when user access fails
    62       throw new PermissionException(policyName);
     63      //throw new PermissionException(policyName);
    6364    }
    6465
Note: See TracChangeset for help on using the changeset viewer.