We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff27bcc commit 257ce5dCopy full SHA for 257ce5d
core/src/main/java/org/phoenixctms/ctsms/domain/InputFieldDaoImpl.java
@@ -422,7 +422,7 @@ public void toInputFieldInVO(
422
target.setTextPreset(source.getTextPresetL10nKey());
423
target.setName(source.getNameL10nKey());
424
target.setTitle(source.getTitleL10nKey());
425
- target.setBottomComment(source.getBottomCommentL10nKey());
+ target.setTopComment(source.getTopCommentL10nKey());
426
target.setBottomComment(source.getBottomCommentL10nKey());
427
target.setValidationErrorMsg(source.getValidationErrorMsgL10nKey());
428
target.setDatas(source.getData());
0 commit comments