Compare commits
No commits in common. "77798e929efd5e9dd76b3b0f6f781d113f8e4eb6" and "e66df9bbc9fee4eca848bced42b74ac0295baa1e" have entirely different histories.
77798e929e
...
e66df9bbc9
|
@ -1764,7 +1764,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
{
|
{
|
||||||
//IsDistinctionInterface = true ,
|
//IsDistinctionInterface = true ,
|
||||||
TrialId = x.TrialId,
|
TrialId = x.TrialId,
|
||||||
IsDistinctionInterface=false,
|
|
||||||
ObjectRelationParentId = x.TrialId,
|
ObjectRelationParentId = x.TrialId,
|
||||||
ExtraIndentification = extraIndentification,
|
ExtraIndentification = extraIndentification,
|
||||||
//ObjectRelationParentId2 = x.IdentityUserId,
|
//ObjectRelationParentId2 = x.IdentityUserId,
|
||||||
|
@ -1797,7 +1796,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
//var user = await _dbContext.Users.Include(x => x.UserTypeRole).FirstOrDefaultAsync(x => x.Id == entity.UserId);
|
//var user = await _dbContext.Users.Include(x => x.UserTypeRole).FirstOrDefaultAsync(x => x.Id == entity.UserId);
|
||||||
await InsertInspection<TrialUserRole>(entity, type, x => new InspectionConvertDTO
|
await InsertInspection<TrialUserRole>(entity, type, x => new InspectionConvertDTO
|
||||||
{
|
{
|
||||||
IsDistinctionInterface = false,
|
IsDistinctionInterface = type == AuditOpt.Update ? true : false,
|
||||||
TrialId = x.TrialId,
|
TrialId = x.TrialId,
|
||||||
ObjectRelationParentId = x.TrialId,
|
ObjectRelationParentId = x.TrialId,
|
||||||
ExtraIndentification = extraIndentification,
|
ExtraIndentification = extraIndentification,
|
||||||
|
|
Loading…
Reference in New Issue