Compare commits
No commits in common. "036565ec8101696cd4cbe6d952d26cc5b0e62c25" and "bf61a05e4526e41d14b1c8da4c8c03d60972f776" have entirely different histories.
036565ec81
...
bf61a05e45
|
|
@ -122,7 +122,7 @@ namespace IRaCIS.Api.Controllers
|
||||||
{
|
{
|
||||||
var token = _tokenService.GetToken(new UserTokenInfo()
|
var token = _tokenService.GetToken(new UserTokenInfo()
|
||||||
{
|
{
|
||||||
IdentityUserId = Guid.NewGuid(),
|
UserRoleId = Guid.NewGuid(),
|
||||||
UserName = "Share001",
|
UserName = "Share001",
|
||||||
UserTypeEnum = UserTypeEnum.ShareImage,
|
UserTypeEnum = UserTypeEnum.ShareImage,
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -660,7 +660,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
trialInfo.ResearchProgramNo,
|
trialInfo.ResearchProgramNo,
|
||||||
trialInfo.TrialCode,
|
trialInfo.TrialCode,
|
||||||
sysUserInfo.IsFirstAdd ? sysUserInfo.EMail : sysUserInfo.UserName,
|
sysUserInfo.IsFirstAdd ? sysUserInfo.EMail : sysUserInfo.UserName,
|
||||||
userType.UserTypeName,
|
$"{userType.UserTypeShortName} ({userType.UserTypeName})",
|
||||||
sysUserInfo.IsFirstAdd ? redirectUrl : baseUrl
|
sysUserInfo.IsFirstAdd ? redirectUrl : baseUrl
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ namespace IRaCIS.Core.Application.Services
|
||||||
StudyId = imageShare.StudyId,
|
StudyId = imageShare.StudyId,
|
||||||
Token = _tokenService.GetToken(new UserTokenInfo()
|
Token = _tokenService.GetToken(new UserTokenInfo()
|
||||||
{
|
{
|
||||||
IdentityUserId = Guid.NewGuid(),
|
UserRoleId = Guid.NewGuid(),
|
||||||
FullName = "Share001",
|
FullName = "Share001",
|
||||||
UserName = "Share001",
|
UserName = "Share001",
|
||||||
UserTypeEnum = UserTypeEnum.ShareImage,
|
UserTypeEnum = UserTypeEnum.ShareImage,
|
||||||
|
|
|
||||||
|
|
@ -672,7 +672,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
TrialSiteSurveyId = currentEntity!.Id,
|
TrialSiteSurveyId = currentEntity!.Id,
|
||||||
Token = _tokenService.GetToken(new UserTokenInfo()
|
Token = _tokenService.GetToken(new UserTokenInfo()
|
||||||
{
|
{
|
||||||
IdentityUserId=Guid.NewGuid(),
|
|
||||||
UserRoleId = Guid.NewGuid(),
|
UserRoleId = Guid.NewGuid(),
|
||||||
UserName = "SiteSurvey",
|
UserName = "SiteSurvey",
|
||||||
UserTypeEnum = UserTypeEnum.Undefined,
|
UserTypeEnum = UserTypeEnum.Undefined,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue