Compare commits

..

No commits in common. "036565ec8101696cd4cbe6d952d26cc5b0e62c25" and "bf61a05e4526e41d14b1c8da4c8c03d60972f776" have entirely different histories.

4 changed files with 3 additions and 4 deletions

View File

@ -122,7 +122,7 @@ namespace IRaCIS.Api.Controllers
{
var token = _tokenService.GetToken(new UserTokenInfo()
{
IdentityUserId = Guid.NewGuid(),
UserRoleId = Guid.NewGuid(),
UserName = "Share001",
UserTypeEnum = UserTypeEnum.ShareImage,

View File

@ -660,7 +660,7 @@ namespace IRaCIS.Core.Application.Service
trialInfo.ResearchProgramNo,
trialInfo.TrialCode,
sysUserInfo.IsFirstAdd ? sysUserInfo.EMail : sysUserInfo.UserName,
userType.UserTypeName,
$"{userType.UserTypeShortName} ({userType.UserTypeName})",
sysUserInfo.IsFirstAdd ? redirectUrl : baseUrl
);

View File

@ -104,7 +104,7 @@ namespace IRaCIS.Core.Application.Services
StudyId = imageShare.StudyId,
Token = _tokenService.GetToken(new UserTokenInfo()
{
IdentityUserId = Guid.NewGuid(),
UserRoleId = Guid.NewGuid(),
FullName = "Share001",
UserName = "Share001",
UserTypeEnum = UserTypeEnum.ShareImage,

View File

@ -672,7 +672,6 @@ namespace IRaCIS.Core.Application.Contracts
TrialSiteSurveyId = currentEntity!.Id,
Token = _tokenService.GetToken(new UserTokenInfo()
{
IdentityUserId=Guid.NewGuid(),
UserRoleId = Guid.NewGuid(),
UserName = "SiteSurvey",
UserTypeEnum = UserTypeEnum.Undefined,