Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/03/18 13:50:29 (6 years ago)
Author:
jzenisek
Message:

#2839: adapted handling of project start/end boundaries for non-admins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2839_HiveProjectManagement/HeuristicLab.Services.Hive/3.3/Manager/AuthorizationManager.cs

    r16040 r16043  
    117117    }
    118118
    119     // authorize if user is admin, or owner of a parent project, for which the resources are assigned to
     119    // authorize if user is admin, or owner of a project or parent project, for which the resources are assigned to
    120120    public void AuthorizeForProjectResourceAdministration(Guid projectId, IEnumerable<Guid> resourceIds) {
    121121      if (projectId == null || projectId == Guid.Empty) return;
Note: See TracChangeset for help on using the changeset viewer.