修改
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user