- Timestamp:
- 09/02/15 17:10:58 (9 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
/trunk/sources merged: 12932,12934
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Services.WebApp.Status/3.3/WebApi/DataController.cs
r12931 r12935 62 62 User = new DT.User { 63 63 Id = uts.UserId.ToString(), 64 Name = ServiceLocator.Instance.UserManager.GetUser ById(uts.UserId).UserName64 Name = ServiceLocator.Instance.UserManager.GetUserNameById(uts.UserId) 65 65 }, 66 66 CalculatingTasks = uts.CalculatingTasks,
Note: See TracChangeset
for help on using the changeset viewer.