Skip to content

Commit 257ce5d

Browse files
committed
hydrate topComment instead of writing bottomComment twice
1 parent ff27bcc commit 257ce5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/phoenixctms/ctsms/domain/InputFieldDaoImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ public void toInputFieldInVO(
422422
target.setTextPreset(source.getTextPresetL10nKey());
423423
target.setName(source.getNameL10nKey());
424424
target.setTitle(source.getTitleL10nKey());
425-
target.setBottomComment(source.getBottomCommentL10nKey());
425+
target.setTopComment(source.getTopCommentL10nKey());
426426
target.setBottomComment(source.getBottomCommentL10nKey());
427427
target.setValidationErrorMsg(source.getValidationErrorMsgL10nKey());
428428
target.setDatas(source.getData());

0 commit comments

Comments
 (0)