Compare commits
No commits in common. "e666d9382929cd0ef9b11e83afbccf26ebdba94b" and "317184ba7a5e725657ed9d7778f17a01802b84b1" have entirely different histories.
e666d93829
...
317184ba7a
|
|
@ -2281,7 +2281,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
&& x.QuestionId == inDto.QuestionId
|
&& x.QuestionId == inDto.QuestionId
|
||||||
).CountAsync()) + 1))
|
).CountAsync()) + 1))
|
||||||
{
|
{
|
||||||
throw new BusinessValidationFailedException(_localizer["ReadingImage_MaxQuestion", _userInfo.IsEn_Us? questionInfo.QuestionEnName:questionInfo.QuestionName, questionInfo.MaxQuestionCount]);
|
throw new BusinessValidationFailedException(_localizer["ReadingImage_MaxQuestion", questionInfo.MaxQuestionCount]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue