зеркало из https://github.com/microsoft/2LCS.git
Fix issue with user export
A new type of Microsoft added users named "Service provider" have no SystemRoleId, which breaks the parsing of the payload received from LCS.
This commit is contained in:
Родитель
99155496aa
Коммит
7e7a9c7f29
|
@ -556,7 +556,7 @@ namespace LCS.JsonObjects
|
|||
public string ModifiedDate { get; set; }//Todo
|
||||
public int ProjectId { get; set; }
|
||||
public int ProjectUserId { get; set; }
|
||||
public int SystemRoleId { get; set; }
|
||||
public int? SystemRoleId { get; set; }
|
||||
public string UserLastAccess { get; set; }//Todo
|
||||
public UserProfile UserProfile { get; set; }
|
||||
public int UserProfileId { get; set; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче