- Timestamp:
- 08/03/18 13:50:29 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2839_HiveProjectManagement/HeuristicLab.Services.Hive/3.3/Manager/AuthorizationManager.cs
r16040 r16043 117 117 } 118 118 119 // authorize if user is admin, or owner of a p arent project, for which the resources are assigned to119 // authorize if user is admin, or owner of a project or parent project, for which the resources are assigned to 120 120 public void AuthorizeForProjectResourceAdministration(Guid projectId, IEnumerable<Guid> resourceIds) { 121 121 if (projectId == null || projectId == Guid.Empty) return;
Note: See TracChangeset
for help on using the changeset viewer.