Uat_Study
he 2023-06-21 15:25:23 +08:00
parent 6f09c10bd7
commit ca5f50586b
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ namespace IRaCIS.Application.Services
TrialId = data.TrialId,
Type = data.Type,
ParentTriggerValue = data.ParentTriggerValue,
GroupName = data.GroupName,
GroupName = data.GroupName.LanguageName(data.GroupEnName, _userInfo.IsEn_Us),
QuestionName = data.QuestionName.LanguageName(data.QuestionEnName, _userInfo.IsEn_Us),
IsRequired = data.IsRequired,
ShowQuestion = data.ShowQuestion,